Html Css Color HEX #539998 Half Baked

📋 copy color: '#539998'

red 83 ◦ green 153 ◦ blue 152

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

Shades of Half Baked #539998

Tints of Half Baked #539998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 21.39%
G = 39.43%
B = 39.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#539998 (or 0x539998) is known color: Half Baked. HEX triplet: 53, 99 and 98. RGB value is (83,153,152). Sum of RGB (Red+Green+Blue) = 83+153+152=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #539998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539998 is #AC6667. Grayscale: #838383. Windows color (decimal): -11298408 or 10000723. OLE color: 10000723.

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

Color convert

RGB 83 153 152 -
CMYK 0.46 0 0.01 0.4
HSL 179.14º 0.3% 0.46% -
HSV(B) 179.14º 0.46% 0.6% -
XYZ 20.63 26.89 33.81 -
YUV 131.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 83 153 152 0.46 0 0.01 0.4 179.14 0.3 0.46
Hex 53 99 98 2E 0 1 28 B3 1E 2E
Octal 123 231 230 56 0 1 50 263 36 56
Binary 1010011 10011001 10011000 101110 0 1 101000 10110011 11110 101110

Color Harmonies of #539998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539998

Black with #539998

Text Example


Text Example

White with #539998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539998; }

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

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

background-color css

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

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

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

border-color css

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

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

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