#553079

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

Shades of Kingfisher Daisy #553079

Tints of Kingfisher Daisy #553079

Color information

#553079 (or 0x553079) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 30 and 79. RGB value is (85,48,121). Sum of RGB (Red+Green+Blue) = 85+48+121=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #553079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553079 is #AACF86. Grayscale: #434343. Windows color (decimal): -11194247 or 7942229. OLE color: 7942229.

HSL color Cylindrical-coordinate representation of color #553079: hue angle of 270.41º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #553079 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8548121-
CMYK0.300.6000.53
HSL270.41º43.2%33.14%-
HSV(B)270.41º60.33%47.45%-
XYZ8.255.4318.7-
YUV67.38158.26140.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=33.46%
G=18.90%
B=47.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85481210.300.6000.53270.4143.233.14
Hex5530791E3C03510e2b21
Octal1256017136740654165341
Binary10101011100001111001111101111000110101100001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553079; }

 p { color: rgb(85,48,121); }

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

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

 a { background-color: rgb(85,48,121); }

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

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

 span { border-color: rgb(85,48,121); }

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