#553A83

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

Shades of Kingfisher Daisy #553A83

Tints of Kingfisher Daisy #553A83

Color information

#553A83 (or 0x553A83) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3A and 83. RGB value is (85,58,131). Sum of RGB (Red+Green+Blue) = 85+58+131=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #553A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A83 is #AAC57C. Grayscale: #4A4A4A. Windows color (decimal): -11191677 or 8600149. OLE color: 8600149.

HSL color Cylindrical-coordinate representation of color #553A83: hue angle of 262.19º 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 #553A83 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8558131-
CMYK0.350.5600.49
HSL262.19º38.62%37.06%-
HSV(B)262.19º55.73%51.37%-
XYZ9.366.622.25-
YUV74.4159.95135.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 58 (23.05% from 255) = 21.17%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=31.02%
G=21.17%
B=47.81%

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
Decimal85581310.350.5600.49262.1938.6237.06
Hex553A8323380311062725
Octal1257220343700614064745
Binary1010101111010100000111000111110000110001100000110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553A83; }

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

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

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

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

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

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

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

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