#52949D

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

Shades of Half Baked #52949D

Tints of Half Baked #52949D

Color information

#52949D (or 0x52949D) is unknown color: approx Half Baked. HEX triplet: 52, 94 and 9D. RGB value is (82,148,157). Sum of RGB (Red+Green+Blue) = 82+148+157=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #52949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52949D is #AD6B62. Grayscale: #818181. Windows color (decimal): -11365219 or 10327122. OLE color: 10327122.

HSL color Cylindrical-coordinate representation of color #52949D: hue angle of 187.2º degrees, saturation: 0.31, 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 #52949D is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82148157-
CMYK0.480.0600.38
HSL187.2º31.38%46.86%-
HSV(B)187.2º47.77%61.57%-
XYZ20.1625.4135.74-
YUV129.29143.6394.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.19%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=21.19%
G=38.24%
B=40.57%

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
Decimal821481570.480.0600.38187.231.3846.86
Hex52949D306026bb1f2f
Octal1222242356060462733757
Binary1010010100101001001110111000011001001101011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52949D; }

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

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

<style>
 a { background-color: #52949D; }

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

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

<style>
 span { border-color: #52949D; }

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

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