Html Css Color HEX #53958A Lochinvar

📋 copy color: '#53958A'

red 83 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #53958A

Tints of Lochinvar #53958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 22.43%
G = 40.27%
B = 37.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#53958A (or 0x53958A) is known color: Lochinvar. HEX triplet: 53, 95 and 8A. RGB value is (83,149,138). Sum of RGB (Red+Green+Blue) = 83+149+138=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #53958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53958A is #AC6A75. Grayscale: #7F7F7F. Windows color (decimal): -11299446 or 9082195. OLE color: 9082195.

HSL color Cylindrical-coordinate representation of color #53958A: hue angle of 170º 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 #53958A is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 138 -
CMYK 0.44 0 0.07 0.42
HSL 170º 0.28% 0.45% -
HSV(B) 170º 0.44% 0.58% -
XYZ 18.9 25.17 27.91 -
YUV 128.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 83 149 138 0.44 0 0.07 0.42 170 0.28 0.45
Hex 53 95 8A 2C 0 7 2A AA 1C 2D
Octal 123 225 212 54 0 7 52 252 34 55
Binary 1010011 10010101 10001010 101100 0 111 101010 10101010 11100 101101

Color Harmonies of #53958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53958A

Black with #53958A

Text Example


Text Example

White with #53958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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