#55297E

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

Shades of Kingfisher Daisy #55297E

Tints of Kingfisher Daisy #55297E

Color information

#55297E (or 0x55297E) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 29 and 7E. RGB value is (85,41,126). Sum of RGB (Red+Green+Blue) = 85+41+126=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #55297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55297E is #AAD681. Grayscale: #3F3F3F. Windows color (decimal): -11196034 or 8268117. OLE color: 8268117.

HSL color Cylindrical-coordinate representation of color #55297E: hue angle of 271.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55297E is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8541126-
CMYK0.330.6700.51
HSL271.06º50.9%32.75%-
HSV(B)271.06º67.46%49.41%-
XYZ8.315.0220.27-
YUV63.85163.08143.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 126 (49.61% from 255) = 50%
R=33.73%
G=16.27%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85411260.330.6700.51271.0650.932.75
Hex55297E214303310f3321
Octal12551176411030634176341
Binary1010101101001111111010000110000110110011100001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55297E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55297E; }

 p { color: rgb(85,41,126); }

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

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

 a { background-color: rgb(85,41,126); }

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

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

 span { border-color: rgb(85,41,126); }

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