Html Css Color HEX #539995 Half Baked

📋 copy color: '#539995'

red 83 ◦ green 153 ◦ blue 149

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

Shades of Half Baked #539995

Tints of Half Baked #539995

RGB

 RED value IS 83 (32.81% from 255) = 21.56%

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

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

R = 21.56%
G = 39.74%
B = 38.7%

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

#539995 (or 0x539995) is known color: Half Baked. HEX triplet: 53, 99 and 95. RGB value is (83,153,149). Sum of RGB (Red+Green+Blue) = 83+153+149=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #539995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539995 is #AC666A. Grayscale: #838383. Windows color (decimal): -11298411 or 9804115. OLE color: 9804115.

HSL color Cylindrical-coordinate representation of color #539995: hue angle of 176.57º 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 #539995 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 153 149 -
CMYK 0.46 0 0.03 0.4
HSL 176.57º 0.3% 0.46% -
HSV(B) 176.57º 0.46% 0.6% -
XYZ 20.38 26.79 32.53 -
YUV 131.61 137.81 93.33 -
System Red Green Blue C M Y K H S L
Decimal 83 153 149 0.46 0 0.03 0.4 176.57 0.3 0.46
Hex 53 99 95 2E 0 3 28 B1 1E 2E
Octal 123 231 225 56 0 3 50 261 36 56
Binary 1010011 10011001 10010101 101110 0 11 101000 10110001 11110 101110

Color Harmonies of #539995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539995

Black with #539995

Text Example


Text Example

White with #539995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539995; }

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

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

background-color css

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

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

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

border-color css

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

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

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