Html Css Color HEX #539696 Half Baked

📋 copy color: '#539696'

red 83 ◦ green 150 ◦ blue 150

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

Shades of Half Baked #539696

Tints of Half Baked #539696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 21.67%
G = 39.16%
B = 39.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#539696 (or 0x539696) is known color: Half Baked. HEX triplet: 53, 96 and 96. RGB value is (83,150,150). Sum of RGB (Red+Green+Blue) = 83+150+150=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #539696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539696 is #AC6969. Grayscale: #818181. Windows color (decimal): -11299178 or 9868883. OLE color: 9868883.

HSL color Cylindrical-coordinate representation of color #539696: hue angle of 180º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539696 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 150 -
CMYK 0.45 0 0 0.41
HSL 180º 0.29% 0.46% -
HSV(B) 180º 0.45% 0.59% -
XYZ 19.98 25.85 32.79 -
YUV 129.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 83 150 150 0.45 0 0 0.41 180 0.29 0.46
Hex 53 96 96 2D 0 0 29 B4 1D 2E
Octal 123 226 226 55 0 0 51 264 35 56
Binary 1010011 10010110 10010110 101101 0 0 101001 10110100 11101 101110

Color Harmonies of #539696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539696

Black with #539696

Text Example


Text Example

White with #539696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539696; }

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

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

background-color css

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

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

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

border-color css

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

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

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