#582488

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

Shades of Kingfisher Daisy #582488

Tints of Kingfisher Daisy #582488

Color information

#582488 (or 0x582488) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 24 and 88. RGB value is (88,36,136). Sum of RGB (Red+Green+Blue) = 88+36+136=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #582488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582488 is #A7DB77. Grayscale: #3E3E3E. Windows color (decimal): -11000696 or 8922200. OLE color: 8922200.

HSL color Cylindrical-coordinate representation of color #582488: hue angle of 271.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #582488 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8836136-
CMYK0.350.7400.47
HSL271.2º58.14%33.73%-
HSV(B)271.2º73.53%53.33%-
XYZ9.15.1123.8-
YUV62.95169.23145.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 136 (53.52% from 255) = 52.31%
R=33.85%
G=13.85%
B=52.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88361360.350.7400.47271.258.1433.73
Hex582488234A02F10f3a22
Octal13044210431120574177242
Binary10110001001001000100010001110010100101111100001111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582488; }

 p { color: rgb(88,36,136); }

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

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

 a { background-color: rgb(88,36,136); }

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

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

 span { border-color: rgb(88,36,136); }

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