#553683

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

Shades of Kingfisher Daisy #553683

Tints of Kingfisher Daisy #553683

Color information

#553683 (or 0x553683) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 83. RGB value is (85,54,131). Sum of RGB (Red+Green+Blue) = 85+54+131=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #553683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553683 is #AAC97C. Grayscale: #474747. Windows color (decimal): -11192701 or 8599125. OLE color: 8599125.

HSL color Cylindrical-coordinate representation of color #553683: hue angle of 264.16º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553683 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8554131-
CMYK0.350.5900.49
HSL264.16º41.62%36.27%-
HSV(B)264.16º58.78%51.37%-
XYZ9.166.2122.19-
YUV72.05161.27137.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=31.48%
G=20%
B=48.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85541310.350.5900.49264.1641.6236.27
Hex553683233B0311082a24
Octal1256620343730614105244
Binary1010101110110100000111000111110110110001100001000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553683; }

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

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

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

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

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

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

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

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