#55288E

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

Shades of Kingfisher Daisy #55288E

Tints of Kingfisher Daisy #55288E

Color information

#55288E (or 0x55288E) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 28 and 8E. RGB value is (85,40,142). Sum of RGB (Red+Green+Blue) = 85+40+142=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #55288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55288E is #AAD771. Grayscale: #404040. Windows color (decimal): -11196274 or 9316437. OLE color: 9316437.

HSL color Cylindrical-coordinate representation of color #55288E: hue angle of 266.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55288E is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8540142-
CMYK0.400.7200.44
HSL266.47º56.04%35.69%-
HSV(B)266.47º71.83%55.69%-
XYZ9.395.426.14-
YUV65.08171.41142.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=31.84%
G=14.98%
B=53.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85401420.400.7200.44266.4756.0435.69
Hex55288E284802C10a3824
Octal12550216501100544127044
Binary10101011010001000111010100010010000101100100001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,40,142); }

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

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

 a { background-color: rgb(85,40,142); }

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

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

 span { border-color: rgb(85,40,142); }

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