#582992

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

Shades of Kingfisher Daisy #582992

Tints of Kingfisher Daisy #582992

Color information

#582992 (or 0x582992) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 29 and 92. RGB value is (88,41,146). Sum of RGB (Red+Green+Blue) = 88+41+146=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #582992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582992 is #A7D66D. Grayscale: #424242. Windows color (decimal): -10999406 or 9578840. OLE color: 9578840.

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

Color convert

RGB8841146-
CMYK0.400.7200.43
HSL266.86º56.15%36.67%-
HSV(B)266.86º71.92%57.25%-
XYZ10.015.7427.77-
YUV67.02172.57142.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=32%
G=14.91%
B=53.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88411460.400.7200.43266.8656.1536.67
Hex582992284802B10b3825
Octal13051222501100534137045
Binary10110001010011001001010100010010000101011100001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582992; }

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

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

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

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

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

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

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

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