Html Css Color HEX #529995 Half Baked

📋 copy color: '#529995'

red 82 ◦ green 153 ◦ blue 149

#529995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #529995

Tints of Half Baked #529995

RGB

 RED value IS 82 (32.42% from 255) = 21.35%

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 149 (58.59% from 255) = 38.8%

R = 21.35%
G = 39.84%
B = 38.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#529995 (or 0x529995) is known color: Half Baked. HEX triplet: 52, 99 and 95. RGB value is (82,153,149). Sum of RGB (Red+Green+Blue) = 82+153+149=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #529995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529995 is #AD666A. Grayscale: #838383. Windows color (decimal): -11363947 or 9804114. OLE color: 9804114.

HSL color Cylindrical-coordinate representation of color #529995: hue angle of 176.62º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529995 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 149 -
CMYK 0.46 0 0.03 0.4
HSL 176.62º 0.3% 0.46% -
HSV(B) 176.62º 0.46% 0.6% -
XYZ 20.3 26.75 32.53 -
YUV 131.32 137.98 92.83 -
System Red Green Blue C M Y K H S L
Decimal 82 153 149 0.46 0 0.03 0.4 176.62 0.3 0.46
Hex 52 99 95 2E 0 3 28 B1 1E 2E
Octal 122 231 225 56 0 3 50 261 36 56
Binary 1010010 10011001 10010101 101110 0 11 101000 10110001 11110 101110

Color Harmonies of #529995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529995

Black with #529995

Text Example


Text Example

White with #529995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529995; }

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

 H1.HeaderClassName
 {
   color: #529995;
 }
 .AnyTagClassName
 {
   color: #529995;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #529995;
 }
 .BgClassName
 {
   background-color: #529995;
 }
</style>

border-color css

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

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

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