#55919D

Color #55919D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #55919D

Tints of Half Baked #55919D

Color information

#55919D (or 0x55919D) is unknown color: approx Half Baked. HEX triplet: 55, 91 and 9D. RGB value is (85,145,157). Sum of RGB (Red+Green+Blue) = 85+145+157=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #55919D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55919D is #AA6E62. Grayscale: #808080. Windows color (decimal): -11169379 or 10326357. OLE color: 10326357.

HSL color Cylindrical-coordinate representation of color #55919D: hue angle of 190º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55919D is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB85145157-
CMYK0.460.0800.38
HSL190º29.75%47.45%-
HSV(B)190º45.86%61.57%-
XYZ19.9624.6235.6-
YUV128.43144.1297.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=21.96%
G=37.47%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851451570.460.0800.3819029.7547.45
Hex55919D2E8026be1e2f
Octal12522123556100462763657
Binary10101011001000110011101101110100001001101011111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55919D; }

 p { color: rgb(85,145,157); }

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

<style>
 a { background-color: #55919D; }

 a { background-color: rgb(85,145,157); }

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

<style>
 span { border-color: #55919D; }

 span { border-color: rgb(85,145,157); }

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