#55297A

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

Shades of Kingfisher Daisy #55297A

Tints of Kingfisher Daisy #55297A

Color information

#55297A (or 0x55297A) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 29 and 7A. RGB value is (85,41,122). Sum of RGB (Red+Green+Blue) = 85+41+122=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #55297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55297A is #AAD685. Grayscale: #3F3F3F. Windows color (decimal): -11196038 or 8005973. OLE color: 8005973.

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

Color convert

RGB8541122-
CMYK0.300.6600.52
HSL272.59º49.69%31.96%-
HSV(B)272.59º66.39%47.84%-
XYZ8.054.9218.94-
YUV63.39161.08143.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=34.27%
G=16.53%
B=49.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85411220.300.6600.52272.5949.6931.96
Hex55297A1E420341113220
Octal12551172361020644216240
Binary101010110100111110101111010000100110100100010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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