Html Css Color HEX #58348B Kingfisher Daisy

📋 copy color: '#58348B'

red 88 ◦ green 52 ◦ blue 139

#58348B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #58348B

Tints of Kingfisher Daisy #58348B

RGB

 RED value IS 88 (34.77% from 255) = 31.54%

 GREEN value IS 52 (20.7% from 255) = 18.64%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 31.54%
G = 18.64%
B = 49.82%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#58348B (or 0x58348B) is known color: Kingfisher Daisy. HEX triplet: 58, 34 and 8B. RGB value is (88,52,139). Sum of RGB (Red+Green+Blue) = 88+52+139=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #58348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58348B is #A7CB74. Grayscale: #484848. Windows color (decimal): -10996597 or 9122904. OLE color: 9122904.

HSL color Cylindrical-coordinate representation of color #58348B: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58348B is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 52 139 -
CMYK 0.37 0.63 0 0.45
HSL 264.83º 0.46% 0.37% -
HSV(B) 264.83º 0.63% 0.55% -
XYZ 9.91 6.39 25.14 -
YUV 72.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 88 52 139 0.37 0.63 0 0.45 264.83 0.46 0.37
Hex 58 34 8B 25 3F 0 2D 109 2E 25
Octal 130 64 213 45 77 0 55 411 56 45
Binary 1011000 110100 10001011 100101 111111 0 101101 100001001 101110 100101

Color Harmonies of #58348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58348B

Black with #58348B

Text Example


Text Example

White with #58348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58348B; }

 p { color: rgb(88,52,139); }

 H1.HeaderClassName
 {
   color: #58348B;
 }
 .AnyTagClassName
 {
   color: #58348B;
 }
</style>

background-color css

<style>
 a { background-color: #58348B; }

 a { background-color: rgb(88,52,139); }

 div.DivClassName
 {
   background-color: #58348B;
 }
 .BgClassName
 {
   background-color: #58348B;
 }
</style>

border-color css

<style>
 span { border-color: #58348B; }

 span { border-color: rgb(88,52,139); }

 td.TdClassName
 {
   border-color: #58348B;
 }
 .TagClassName
 {
   border-color: #58348B;
 }
</style>