#553678

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

Shades of Kingfisher Daisy #553678

Tints of Kingfisher Daisy #553678

Color information

#553678 (or 0x553678) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 78. RGB value is (85,54,120). Sum of RGB (Red+Green+Blue) = 85+54+120=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #553678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553678 is #AAC987. Grayscale: #464646. Windows color (decimal): -11192712 or 7878229. OLE color: 7878229.

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

Color convert

RGB8554120-
CMYK0.290.5500.53
HSL268.18º37.93%34.12%-
HSV(B)268.18º55%47.06%-
XYZ8.465.9318.47-
YUV70.79155.77138.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=32.82%
G=20.85%
B=46.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85541200.290.5500.53268.1837.9334.12
Hex5536781D3703510c2622
Octal1256617035670654144642
Binary10101011101101111000111011101110110101100001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553678; }

 p { color: rgb(85,54,120); }

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

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

 a { background-color: rgb(85,54,120); }

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

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

 span { border-color: rgb(85,54,120); }

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