Html Css Color HEX #539899 Half Baked

📋 copy color: '#539899'

red 83 ◦ green 152 ◦ blue 153

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

Shades of Half Baked #539899

Tints of Half Baked #539899

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 83 152 153 -
CMYK 0.46 0.01 0 0.4
HSL 180.86º 0.3% 0.46% -
HSV(B) 180.86º 0.46% 0.6% -
XYZ 20.55 26.6 34.19 -
YUV 131.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 83 152 153 0.46 0.01 0 0.4 180.86 0.3 0.46
Hex 53 98 99 2E 1 0 28 B5 1E 2E
Octal 123 230 231 56 1 0 50 265 36 56
Binary 1010011 10011000 10011001 101110 1 0 101000 10110101 11110 101110

Color Harmonies of #539899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539899

Black with #539899

Text Example


Text Example

White with #539899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539899; }

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

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

background-color css

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

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

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

border-color css

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

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

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