#582092

Color #582092 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #582092

Tints of Kingfisher Daisy #582092

Color information

#582092 (or 0x582092) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 20 and 92. RGB value is (88,32,146). Sum of RGB (Red+Green+Blue) = 88+32+146=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #582092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582092 is #A7DF6D. Grayscale: #3D3D3D. Windows color (decimal): -11001710 or 9576536. OLE color: 9576536.

HSL color Cylindrical-coordinate representation of color #582092: hue angle of 269.47º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #582092 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8832146-
CMYK0.400.7800.43
HSL269.47º64.04%34.9%-
HSV(B)269.47º78.08%57.25%-
XYZ9.735.1827.68-
YUV61.74175.55146.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=33.08%
G=12.03%
B=54.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88321460.400.7800.43269.4764.0434.9
Hex582092284E02B10d4023
Octal130402225011605341510043
Binary101100010000010010010101000100111001010111000011011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582092; }

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

 H1.HeaderClassName
 {
   color: #582092;
 }
 .AnyTagClassName
 {
   color: #582092;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #582092;
 }
 .BgClassName
 {
   background-color: #582092;
 }
</style>
border-color css

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

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

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