#584078

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

Shades of Kingfisher Daisy #584078

Tints of Kingfisher Daisy #584078

Color information

#584078 (or 0x584078) is unknown color: approx Kingfisher Daisy. HEX triplet: 58, 40 and 78. RGB value is (88,64,120). Sum of RGB (Red+Green+Blue) = 88+64+120=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #584078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584078 is #A7BF87. Grayscale: #4D4D4D. Windows color (decimal): -10993544 or 7880792. OLE color: 7880792.

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

Color convert

RGB8864120-
CMYK0.270.4700.53
HSL265.71º30.43%36.08%-
HSV(B)265.71º46.67%47.06%-
XYZ9.257.118.65-
YUV77.56151.95135.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=32.35%
G=23.53%
B=44.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88641200.270.4700.53265.7130.4336.08
Hex5840781B2F03510a1e24
Octal13010017033570654123644
Binary10110001000000111100011011101111011010110000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584078; }

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

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

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

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

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

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

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

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