#52999B

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

Shades of Half Baked #52999B

Tints of Half Baked #52999B

Color information

#52999B (or 0x52999B) is unknown color: approx Half Baked. HEX triplet: 52, 99 and 9B. RGB value is (82,153,155). Sum of RGB (Red+Green+Blue) = 82+153+155=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 153 (60.16% from 255 or 39.23% 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 #52999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52999B is #AD6664. Grayscale: #838383. Windows color (decimal): -11363941 or 10197330. OLE color: 10197330.

HSL color Cylindrical-coordinate representation of color #52999B: hue angle of 181.64º 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 #52999B is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82153155-
CMYK0.470.0100.39
HSL181.64º30.8%46.47%-
HSV(B)181.64º47.1%60.78%-
XYZ20.7926.9435.12-
YUV132140.9892.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=21.03%
G=39.23%
B=39.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821531550.470.0100.39181.6430.846.47
Hex52999B2F1027b61f2e
Octal1222312335710472663756
Binary10100101001100110011011101111101001111011011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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