#55367B

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

Shades of Kingfisher Daisy #55367B

Tints of Kingfisher Daisy #55367B

Color information

#55367B (or 0x55367B) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 36 and 7B. RGB value is (85,54,123). Sum of RGB (Red+Green+Blue) = 85+54+123=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #55367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55367B is #AAC984. Grayscale: #464646. Windows color (decimal): -11192709 or 8074837. OLE color: 8074837.

HSL color Cylindrical-coordinate representation of color #55367B: hue angle of 266.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55367B is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8554123-
CMYK0.310.5600.52
HSL266.96º38.98%34.71%-
HSV(B)266.96º56.1%48.24%-
XYZ8.64619.44-
YUV71.14157.27137.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=32.44%
G=20.61%
B=46.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85541230.310.5600.52266.9638.9834.71
Hex55367B1F3803410b2723
Octal1256617337700644134743
Binary10101011101101111011111111110000110100100001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55367B; }

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

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

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

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

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

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

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

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