#52959B

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

Shades of Half Baked #52959B

Tints of Half Baked #52959B

Color information

#52959B (or 0x52959B) is unknown color: approx Half Baked. HEX triplet: 52, 95 and 9B. RGB value is (82,149,155). Sum of RGB (Red+Green+Blue) = 82+149+155=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #52959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52959B is #AD6A64. Grayscale: #818181. Windows color (decimal): -11364965 or 10196306. OLE color: 10196306.

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

Color convert

RGB82149155-
CMYK0.470.0400.39
HSL184.93º30.8%46.47%-
HSV(B)184.93º47.1%60.78%-
XYZ20.1425.6634.9-
YUV129.65142.394.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 149 (58.59% from 255) = 38.60%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=21.24%
G=38.60%
B=40.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821491550.470.0400.39184.9330.846.47
Hex52959B2F4027b91f2e
Octal1222252335740472713756
Binary1010010100101011001101110111110001001111011100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,149,155); }

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

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

 a { background-color: rgb(82,149,155); }

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

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

 span { border-color: rgb(82,149,155); }

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