#55248A

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

Shades of Kingfisher Daisy #55248A

Tints of Kingfisher Daisy #55248A

Color information

#55248A (or 0x55248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 24 and 8A. RGB value is (85,36,138). Sum of RGB (Red+Green+Blue) = 85+36+138=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #55248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55248A is #AADB75. Grayscale: #3D3D3D. Windows color (decimal): -11197302 or 9053269. OLE color: 9053269.

HSL color Cylindrical-coordinate representation of color #55248A: hue angle of 268.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55248A is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8536138-
CMYK0.380.7400.46
HSL268.82º58.62%34.12%-
HSV(B)268.82º73.91%54.12%-
XYZ8.965.0324.54-
YUV62.28170.73144.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=32.82%
G=13.90%
B=53.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85361380.380.7400.46268.8258.6234.12
Hex55248A264A02E10d3b22
Octal12544212461120564157342
Binary10101011001001000101010011010010100101110100001101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,36,138); }

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

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

 a { background-color: rgb(85,36,138); }

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

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

 span { border-color: rgb(85,36,138); }

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