#55969B

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

Shades of Half Baked #55969B

Tints of Half Baked #55969B

Color information

#55969B (or 0x55969B) is unknown color: approx Half Baked. HEX triplet: 55, 96 and 9B. RGB value is (85,150,155). Sum of RGB (Red+Green+Blue) = 85+150+155=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #55969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55969B is #AA6964. Grayscale: #838383. Windows color (decimal): -11168101 or 10196565. OLE color: 10196565.

HSL color Cylindrical-coordinate representation of color #55969B: hue angle of 184.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55969B is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB85150155-
CMYK0.450.0300.39
HSL184.29º29.17%47.06%-
HSV(B)184.29º45.16%60.78%-
XYZ20.5726.1134.97-
YUV131.14141.4795.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=21.79%
G=38.46%
B=39.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851501550.450.0300.39184.2929.1747.06
Hex55969B2D3027b81d2f
Octal1252262335530472703557
Binary101010110010110100110111011011101001111011100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,150,155); }

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

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

 a { background-color: rgb(85,150,155); }

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

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

 span { border-color: rgb(85,150,155); }

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