#584575

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

Shades of Kingfisher Daisy #584575

Tints of Kingfisher Daisy #584575

Color information

#584575 (or 0x584575) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 45 and 75. RGB value is (88,69,117). Sum of RGB (Red+Green+Blue) = 88+69+117=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #584575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584575 is #A7BA8A. Grayscale: #4F4F4F. Windows color (decimal): -10992267 or 7685464. OLE color: 7685464.

HSL color Cylindrical-coordinate representation of color #584575: hue angle of 263.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #584575 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8869117-
CMYK0.250.4100.54
HSL263.75º25.81%36.47%-
HSV(B)263.75º41.03%45.88%-
XYZ9.367.6217.81-
YUV80.15148.79133.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=32.12%
G=25.18%
B=42.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88691170.250.4100.54263.7525.8136.47
Hex58457519290361081a24
Octal13010516531510664103244
Binary10110001000101111010111001101001011011010000100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584575; }

 p { color: rgb(88,69,117); }

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

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

 a { background-color: rgb(88,69,117); }

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

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

 span { border-color: rgb(88,69,117); }

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