#582A8E

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

Shades of Kingfisher Daisy #582A8E

Tints of Kingfisher Daisy #582A8E

Color information

#582A8E (or 0x582A8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2A and 8E. RGB value is (88,42,142). Sum of RGB (Red+Green+Blue) = 88+42+142=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #582A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582A8E is #A7D571. Grayscale: #424242. Windows color (decimal): -10999154 or 9316952. OLE color: 9316952.

HSL color Cylindrical-coordinate representation of color #582A8E: hue angle of 267.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #582A8E is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8842142-
CMYK0.380.7000.44
HSL267.6º54.35%36.08%-
HSV(B)267.6º70.42%55.69%-
XYZ9.735.6826.18-
YUV67.15170.24142.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=32.35%
G=15.44%
B=52.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88421420.380.7000.44267.654.3536.08
Hex582A8E264602C10c3624
Octal13052216461060544146644
Binary10110001010101000111010011010001100101100100001100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,42,142); }

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

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

 a { background-color: rgb(88,42,142); }

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

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

 span { border-color: rgb(88,42,142); }

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