#55238B

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

Shades of Kingfisher Daisy #55238B

Tints of Kingfisher Daisy #55238B

Color information

#55238B (or 0x55238B) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 23 and 8B. RGB value is (85,35,139). Sum of RGB (Red+Green+Blue) = 85+35+139=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #55238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55238B is #AADC74. Grayscale: #3D3D3D. Windows color (decimal): -11197557 or 9118549. OLE color: 9118549.

HSL color Cylindrical-coordinate representation of color #55238B: hue angle of 268.85º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55238B is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8535139-
CMYK0.390.7500.45
HSL268.85º59.77%34.12%-
HSV(B)268.85º74.82%54.51%-
XYZ9.01524.92-
YUV61.81171.56144.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=32.82%
G=13.51%
B=53.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85351390.390.7500.45268.8559.7734.12
Hex55238B274B02D10d3c22
Octal12543213471130554157442
Binary10101011000111000101110011110010110101101100001101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55238B; }

 p { color: rgb(85,35,139); }

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

<style>
 a { background-color: #55238B; }

 a { background-color: rgb(85,35,139); }

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

<style>
 span { border-color: #55238B; }

 span { border-color: rgb(85,35,139); }

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