Html Css Color HEX #58207C Kingfisher Daisy

📋 copy color: '#58207C'

red 88 ◦ green 32 ◦ blue 124

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

Shades of Kingfisher Daisy #58207C

Tints of Kingfisher Daisy #58207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 36.07%
G = 13.11%
B = 50.82%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58207C (or 0x58207C) is known color: Kingfisher Daisy. HEX triplet: 58, 20 and 7C. RGB value is (88,32,124). Sum of RGB (Red+Green+Blue) = 88+32+124=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #58207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58207C is #A7DF83. Grayscale: #3A3A3A. Windows color (decimal): -11001732 or 8134744. OLE color: 8134744.

HSL color Cylindrical-coordinate representation of color #58207C: hue angle of 276.52º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58207C is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 32 124 -
CMYK 0.29 0.74 0 0.51
HSL 276.52º 0.59% 0.31% -
HSV(B) 276.52º 0.74% 0.49% -
XYZ 8.18 4.56 19.52 -
YUV 59.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 88 32 124 0.29 0.74 0 0.51 276.52 0.59 0.31
Hex 58 20 7C 1D 4A 0 33 115 3B 1F
Octal 130 40 174 35 112 0 63 425 73 37
Binary 1011000 100000 1111100 11101 1001010 0 110011 100010101 111011 11111

Color Harmonies of #58207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58207C

Black with #58207C

Text Example


Text Example

White with #58207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58207C; }

 p { color: rgb(88,32,124); }

 H1.HeaderClassName
 {
   color: #58207C;
 }
 .AnyTagClassName
 {
   color: #58207C;
 }
</style>

background-color css

<style>
 a { background-color: #58207C; }

 a { background-color: rgb(88,32,124); }

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

border-color css

<style>
 span { border-color: #58207C; }

 span { border-color: rgb(88,32,124); }

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