#553983

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

Shades of Kingfisher Daisy #553983

Tints of Kingfisher Daisy #553983

Color information

#553983 (or 0x553983) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 39 and 83. RGB value is (85,57,131). Sum of RGB (Red+Green+Blue) = 85+57+131=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #553983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553983 is #AAC67C. Grayscale: #494949. Windows color (decimal): -11191933 or 8599893. OLE color: 8599893.

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

Color convert

RGB8557131-
CMYK0.350.5600.49
HSL262.7º39.36%36.86%-
HSV(B)262.7º56.49%51.37%-
XYZ9.316.522.24-
YUV73.81160.28135.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=31.14%
G=20.88%
B=47.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85571310.350.5600.49262.739.3636.86
Hex55398323380311072725
Octal1257120343700614074745
Binary1010101111001100000111000111110000110001100000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553983; }

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

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

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

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

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

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

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

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