Html Css Color HEX #539999 Half Baked

📋 copy color: '#539999'

red 83 ◦ green 153 ◦ blue 153

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

Shades of Half Baked #539999

Tints of Half Baked #539999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 21.34%
G = 39.33%
B = 39.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#539999 (or 0x539999) is known color: Half Baked. HEX triplet: 53, 99 and 99. RGB value is (83,153,153). Sum of RGB (Red+Green+Blue) = 83+153+153=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #539999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539999 is #AC6666. Grayscale: #848484. Windows color (decimal): -11298407 or 10066259. OLE color: 10066259.

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

Color convert

RGB 83 153 153 -
CMYK 0.46 0 0 0.4
HSL 180º 0.3% 0.46% -
HSV(B) 180º 0.46% 0.6% -
XYZ 20.71 26.92 34.24 -
YUV 132.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 83 153 153 0.46 0 0 0.4 180 0.3 0.46
Hex 53 99 99 2E 0 0 28 B4 1E 2E
Octal 123 231 231 56 0 0 50 264 36 56
Binary 1010011 10011001 10011001 101110 0 0 101000 10110100 11110 101110

Color Harmonies of #539999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539999

Black with #539999

Text Example


Text Example

White with #539999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539999; }

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

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

background-color css

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

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

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

border-color css

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

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

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