#553A7C

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

Shades of Kingfisher Daisy #553A7C

Tints of Kingfisher Daisy #553A7C

Color information

#553A7C (or 0x553A7C) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 3A and 7C. RGB value is (85,58,124). Sum of RGB (Red+Green+Blue) = 85+58+124=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #553A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A7C is #AAC583. Grayscale: #494949. Windows color (decimal): -11191684 or 8141397. OLE color: 8141397.

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

Color convert

RGB8558124-
CMYK0.310.5300.51
HSL264.55º36.26%35.69%-
HSV(B)264.55º53.23%48.63%-
XYZ8.96.4119.84-
YUV73.6156.45136.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=31.84%
G=21.72%
B=46.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85581240.310.5300.51264.5536.2635.69
Hex553A7C1F350331092424
Octal1257217437650634114444
Binary10101011110101111100111111101010110011100001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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