Html Css Color HEX #582D76 Kingfisher Daisy

📋 copy color: '#582D76'

red 88 ◦ green 45 ◦ blue 118

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

Shades of Kingfisher Daisy #582D76

Tints of Kingfisher Daisy #582D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.93%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 35.06%
G = 17.93%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#582D76 (or 0x582D76) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 76. RGB value is (88,45,118). Sum of RGB (Red+Green+Blue) = 88+45+118=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #582D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D76 is #A7D289. Grayscale: #414141. Windows color (decimal): -10998410 or 7744856. OLE color: 7744856.

HSL color Cylindrical-coordinate representation of color #582D76: hue angle of 275.34º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #582D76 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 45 118 -
CMYK 0.25 0.62 0 0.54
HSL 275.34º 0.45% 0.32% -
HSV(B) 275.34º 0.62% 0.46% -
XYZ 8.23 5.26 17.72 -
YUV 66.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 88 45 118 0.25 0.62 0 0.54 275.34 0.45 0.32
Hex 58 2D 76 19 3E 0 36 113 2D 20
Octal 130 55 166 31 76 0 66 423 55 40
Binary 1011000 101101 1110110 11001 111110 0 110110 100010011 101101 100000

Color Harmonies of #582D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D76

Black with #582D76

Text Example


Text Example

White with #582D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582D76; }

 p { color: rgb(88,45,118); }

 H1.HeaderClassName
 {
   color: #582D76;
 }
 .AnyTagClassName
 {
   color: #582D76;
 }
</style>

background-color css

<style>
 a { background-color: #582D76; }

 a { background-color: rgb(88,45,118); }

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

border-color css

<style>
 span { border-color: #582D76; }

 span { border-color: rgb(88,45,118); }

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