#52939E

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

Shades of Half Baked #52939E

Tints of Half Baked #52939E

Color information

#52939E (or 0x52939E) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 9E. RGB value is (82,147,158). Sum of RGB (Red+Green+Blue) = 82+147+158=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #52939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52939E is #AD6C61. Grayscale: #808080. Windows color (decimal): -11365474 or 10392402. OLE color: 10392402.

HSL color Cylindrical-coordinate representation of color #52939E: hue angle of 188.68º 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 #52939E is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82147158-
CMYK0.480.0700.38
HSL188.68º31.67%47.06%-
HSV(B)188.68º48.1%61.96%-
XYZ20.0825.1336.14-
YUV128.82144.4794.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=21.19%
G=37.98%
B=40.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821471580.480.0700.38188.6831.6747.06
Hex52939E307026bd202f
Octal1222232366070462754057
Binary10100101001001110011110110000111010011010111101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52939E; }

 p { color: rgb(82,147,158); }

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

<style>
 a { background-color: #52939E; }

 a { background-color: rgb(82,147,158); }

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

<style>
 span { border-color: #52939E; }

 span { border-color: rgb(82,147,158); }

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