#52948E

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

Shades of Half Baked #52948E

Tints of Half Baked #52948E

Color information

#52948E (or 0x52948E) is unknown color: approx Half Baked. HEX triplet: 52, 94 and 8E. RGB value is (82,148,142). Sum of RGB (Red+Green+Blue) = 82+148+142=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #52948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52948E is #AD6B71. Grayscale: #7F7F7F. Windows color (decimal): -11365234 or 9344082. OLE color: 9344082.

HSL color Cylindrical-coordinate representation of color #52948E: hue angle of 174.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52948E is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB82148142-
CMYK0.4500.040.42
HSL174.55º28.7%45.1%-
HSV(B)174.55º44.59%58.04%-
XYZ18.9524.9329.4-
YUV127.58136.1395.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.04%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=22.04%
G=39.78%
B=38.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481420.4500.040.42174.5528.745.1
Hex52948E2D042Aaf1d2d
Octal1222242165504522573555
Binary1010010100101001000111010110101001010101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,148,142); }

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

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

 a { background-color: rgb(82,148,142); }

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

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

 span { border-color: rgb(82,148,142); }

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