Html Css Color HEX #539992 Half Baked

📋 copy color: '#539992'

red 83 ◦ green 153 ◦ blue 146

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

Shades of Half Baked #539992

Tints of Half Baked #539992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 21.73%
G = 40.05%
B = 38.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#539992 (or 0x539992) is known color: Half Baked. HEX triplet: 53, 99 and 92. RGB value is (83,153,146). Sum of RGB (Red+Green+Blue) = 83+153+146=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #539992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539992 is #AC666D. Grayscale: #838383. Windows color (decimal): -11298414 or 9607507. OLE color: 9607507.

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

Color convert

RGB 83 153 146 -
CMYK 0.46 0 0.05 0.4
HSL 174º 0.3% 0.46% -
HSV(B) 174º 0.46% 0.6% -
XYZ 20.15 26.7 31.29 -
YUV 131.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 83 153 146 0.46 0 0.05 0.4 174 0.3 0.46
Hex 53 99 92 2E 0 5 28 AE 1E 2E
Octal 123 231 222 56 0 5 50 256 36 56
Binary 1010011 10011001 10010010 101110 0 101 101000 10101110 11110 101110

Color Harmonies of #539992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539992

Black with #539992

Text Example


Text Example

White with #539992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539992; }

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

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

background-color css

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

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

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

border-color css

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

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

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