#529C94

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

Shades of Half Baked #529C94

Tints of Half Baked #529C94

Color information

#529C94 (or 0x529C94) is unknown color: approx Half Baked. HEX triplet: 52, 9C and 94. RGB value is (82,156,148). Sum of RGB (Red+Green+Blue) = 82+156+148=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #529C94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C94 is #AD636B. Grayscale: #848484. Windows color (decimal): -11363180 or 9739346. OLE color: 9739346.

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

Color convert

RGB82156148-
CMYK0.4700.050.39
HSL173.51º31.09%46.67%-
HSV(B)173.51º47.44%61.18%-
XYZ20.7127.7132.27-
YUV132.96136.4891.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=21.24%
G=40.41%
B=38.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821561480.4700.050.39173.5131.0946.67
Hex529C942F0527ae1f2f
Octal1222342245705472563757
Binary1010010100111001001010010111101011001111010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529C94; }

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

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

<style>
 a { background-color: #529C94; }

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

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

<style>
 span { border-color: #529C94; }

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

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