#553278

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

Shades of Kingfisher Daisy #553278

Tints of Kingfisher Daisy #553278

Color information

#553278 (or 0x553278) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 78. RGB value is (85,50,120). Sum of RGB (Red+Green+Blue) = 85+50+120=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #553278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553278 is #AACD87. Grayscale: #444444. Windows color (decimal): -11193736 or 7877205. OLE color: 7877205.

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

Color convert

RGB8550120-
CMYK0.290.5800.53
HSL270º41.18%33.33%-
HSV(B)270º58.33%47.06%-
XYZ8.285.5718.41-
YUV68.44157.1139.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=33.33%
G=19.61%
B=47.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85501200.290.5800.5327041.1833.33
Hex5532781D3A03510e2921
Octal1256217035720654165141
Binary10101011100101111000111011110100110101100001110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553278; }

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

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

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

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

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

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

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

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