Html Css Color HEX #582D75 Kingfisher Daisy

📋 copy color: '#582D75'

red 88 ◦ green 45 ◦ blue 117

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

Shades of Kingfisher Daisy #582D75

Tints of Kingfisher Daisy #582D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 35.2%
G = 18%
B = 46.8%

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

#582D75 (or 0x582D75) is known color: Kingfisher Daisy. HEX triplet: 58, 2D and 75. RGB value is (88,45,117). Sum of RGB (Red+Green+Blue) = 88+45+117=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #582D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582D75 is #A7D28A. Grayscale: #414141. Windows color (decimal): -10998411 or 7679320. OLE color: 7679320.

HSL color Cylindrical-coordinate representation of color #582D75: hue angle of 275.83º degrees, saturation: 0.44, 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 #582D75 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 88 45 117 -
CMYK 0.25 0.62 0 0.54
HSL 275.83º 0.44% 0.32% -
HSV(B) 275.83º 0.62% 0.46% -
XYZ 8.17 5.24 17.41 -
YUV 66.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 88 45 117 0.25 0.62 0 0.54 275.83 0.44 0.32
Hex 58 2D 75 19 3E 0 36 114 2C 20
Octal 130 55 165 31 76 0 66 424 54 40
Binary 1011000 101101 1110101 11001 111110 0 110110 100010100 101100 100000

Color Harmonies of #582D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D75

Black with #582D75

Text Example


Text Example

White with #582D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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