#582D8E

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

Shades of Kingfisher Daisy #582D8E

Tints of Kingfisher Daisy #582D8E

Color information

#582D8E (or 0x582D8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 2D and 8E. RGB value is (88,45,142). Sum of RGB (Red+Green+Blue) = 88+45+142=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #582D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #582D8E is #A7D271. Grayscale: #444444. Windows color (decimal): -10998386 or 9317720. OLE color: 9317720.

HSL color Cylindrical-coordinate representation of color #582D8E: hue angle of 266.6º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #582D8E is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8845142-
CMYK0.380.6800.44
HSL266.6º51.87%36.67%-
HSV(B)266.6º68.31%55.69%-
XYZ9.855.926.21-
YUV68.91169.25141.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=32%
G=16.36%
B=51.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88451420.380.6800.44266.651.8736.67
Hex582D8E264402C10b3425
Octal13055216461040544136445
Binary10110001011011000111010011010001000101100100001011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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