Html Css Color HEX #53958F Half Baked

📋 copy color: '#53958F'

red 83 ◦ green 149 ◦ blue 143

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

Shades of Half Baked #53958F

Tints of Half Baked #53958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 22.13%
G = 39.73%
B = 38.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#53958F (or 0x53958F) is known color: Half Baked. HEX triplet: 53, 95 and 8F. RGB value is (83,149,143). Sum of RGB (Red+Green+Blue) = 83+149+143=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #53958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53958F is #AC6A70. Grayscale: #808080. Windows color (decimal): -11299441 or 9409875. OLE color: 9409875.

HSL color Cylindrical-coordinate representation of color #53958F: hue angle of 174.55º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53958F is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 143 -
CMYK 0.44 0 0.04 0.42
HSL 174.55º 0.28% 0.45% -
HSV(B) 174.55º 0.44% 0.58% -
XYZ 19.27 25.32 29.86 -
YUV 128.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 83 149 143 0.44 0 0.04 0.42 174.55 0.28 0.45
Hex 53 95 8F 2C 0 4 2A AF 1C 2D
Octal 123 225 217 54 0 4 52 257 34 55
Binary 1010011 10010101 10001111 101100 0 100 101010 10101111 11100 101101

Color Harmonies of #53958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53958F

Black with #53958F

Text Example


Text Example

White with #53958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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