#52959F

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

Shades of Half Baked #52959F

Tints of Half Baked #52959F

Color information

#52959F (or 0x52959F) is unknown color: approx Half Baked. HEX triplet: 52, 95 and 9F. RGB value is (82,149,159). Sum of RGB (Red+Green+Blue) = 82+149+159=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #52959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52959F is #AD6A60. Grayscale: #828282. Windows color (decimal): -11364961 or 10458450. OLE color: 10458450.

HSL color Cylindrical-coordinate representation of color #52959F: hue angle of 187.79º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52959F is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82149159-
CMYK0.480.0600.38
HSL187.79º31.95%47.25%-
HSV(B)187.79º48.43%62.35%-
XYZ20.4925.7936.7-
YUV130.11144.393.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=21.03%
G=38.21%
B=40.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821491590.480.0600.38187.7931.9547.25
Hex52959F306026bc202f
Octal1222252376060462744057
Binary10100101001010110011111110000110010011010111100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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