#55327A

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

Shades of Kingfisher Daisy #55327A

Tints of Kingfisher Daisy #55327A

Color information

#55327A (or 0x55327A) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 7A. RGB value is (85,50,122). Sum of RGB (Red+Green+Blue) = 85+50+122=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #55327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55327A is #AACD85. Grayscale: #444444. Windows color (decimal): -11193734 or 8008277. OLE color: 8008277.

HSL color Cylindrical-coordinate representation of color #55327A: hue angle of 269.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55327A is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8550122-
CMYK0.300.5900.52
HSL269.17º41.86%33.73%-
HSV(B)269.17º59.02%47.84%-
XYZ8.45.6219.05-
YUV68.67158.1139.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 122 (48.05% from 255) = 47.47%
R=33.07%
G=19.46%
B=47.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85501220.300.5900.52269.1741.8633.73
Hex55327A1E3B03410d2a22
Octal1256217236730644155242
Binary10101011100101111010111101110110110100100001101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55327A; }

 p { color: rgb(85,50,122); }

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

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

 a { background-color: rgb(85,50,122); }

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

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

 span { border-color: rgb(85,50,122); }

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