Html Css Color HEX #539C95 Half Baked

📋 copy color: '#539C95'

red 83 ◦ green 156 ◦ blue 149

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

Shades of Half Baked #539C95

Tints of Half Baked #539C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.21%

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 21.39%
G = 40.21%
B = 38.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#539C95 (or 0x539C95) is known color: Half Baked. HEX triplet: 53, 9C and 95. RGB value is (83,156,149). Sum of RGB (Red+Green+Blue) = 83+156+149=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #539C95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C95 is #AC636A. Grayscale: #858585. Windows color (decimal): -11297643 or 9804883. OLE color: 9804883.

HSL color Cylindrical-coordinate representation of color #539C95: hue angle of 174.25º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539C95 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 156 149 -
CMYK 0.47 0 0.04 0.39
HSL 174.25º 0.31% 0.47% -
HSV(B) 174.25º 0.47% 0.61% -
XYZ 20.88 27.79 32.7 -
YUV 133.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 83 156 149 0.47 0 0.04 0.39 174.25 0.31 0.47
Hex 53 9C 95 2F 0 4 27 AE 1F 2F
Octal 123 234 225 57 0 4 47 256 37 57
Binary 1010011 10011100 10010101 101111 0 100 100111 10101110 11111 101111

Color Harmonies of #539C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C95

Black with #539C95

Text Example


Text Example

White with #539C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539C95; }

 p { color: rgb(83,156,149); }

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

background-color css

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

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

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

border-color css

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

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

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