#52999C

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

Shades of Half Baked #52999C

Tints of Half Baked #52999C

Color information

#52999C (or 0x52999C) is unknown color: approx Half Baked. HEX triplet: 52, 99 and 9C. RGB value is (82,153,156). Sum of RGB (Red+Green+Blue) = 82+153+156=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #52999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52999C is #AD6663. Grayscale: #848484. Windows color (decimal): -11363940 or 10262866. OLE color: 10262866.

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

Color convert

RGB82153156-
CMYK0.470.0200.39
HSL182.43º31.09%46.67%-
HSV(B)182.43º47.44%61.18%-
XYZ20.8726.9835.56-
YUV132.11141.4892.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.97%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=20.97%
G=39.13%
B=39.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821531560.470.0200.39182.4331.0946.67
Hex52999C2F2027b61f2f
Octal1222312345720472663757
Binary101001010011001100111001011111001001111011011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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