#584278

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

Shades of Kingfisher Daisy #584278

Tints of Kingfisher Daisy #584278

Color information

#584278 (or 0x584278) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 42 and 78. RGB value is (88,66,120). Sum of RGB (Red+Green+Blue) = 88+66+120=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #584278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584278 is #A7BD87. Grayscale: #4E4E4E. Windows color (decimal): -10993032 or 7881304. OLE color: 7881304.

HSL color Cylindrical-coordinate representation of color #584278: hue angle of 264.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584278 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8866120-
CMYK0.270.4500.53
HSL264.44º29.03%36.47%-
HSV(B)264.44º45%47.06%-
XYZ9.367.3318.69-
YUV78.73151.29134.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.12%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=32.12%
G=24.09%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88661200.270.4500.53264.4429.0336.47
Hex5842781B2D0351081d24
Octal13010217033550654103544
Binary10110001000010111100011011101101011010110000100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584278; }

 p { color: rgb(88,66,120); }

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

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

 a { background-color: rgb(88,66,120); }

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

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

 span { border-color: rgb(88,66,120); }

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