Html Css Color HEX #57958B Lochinvar

📋 copy color: '#57958B'

red 87 ◦ green 149 ◦ blue 139

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

Shades of Lochinvar #57958B

Tints of Lochinvar #57958B

RGB

 RED value IS 87 (34.38% from 255) = 23.2%

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 23.2%
G = 39.73%
B = 37.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#57958B (or 0x57958B) is known color: Lochinvar. HEX triplet: 57, 95 and 8B. RGB value is (87,149,139). Sum of RGB (Red+Green+Blue) = 87+149+139=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #57958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57958B is #A86A74. Grayscale: #818181. Windows color (decimal): -11037301 or 9147735. OLE color: 9147735.

HSL color Cylindrical-coordinate representation of color #57958B: hue angle of 170.32º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57958B is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 139 -
CMYK 0.42 0 0.07 0.42
HSL 170.32º 0.26% 0.46% -
HSV(B) 170.32º 0.42% 0.58% -
XYZ 19.34 25.39 28.31 -
YUV 129.32 133.46 97.81 -
System Red Green Blue C M Y K H S L
Decimal 87 149 139 0.42 0 0.07 0.42 170.32 0.26 0.46
Hex 57 95 8B 2A 0 7 2A AA 1A 2E
Octal 127 225 213 52 0 7 52 252 32 56
Binary 1010111 10010101 10001011 101010 0 111 101010 10101010 11010 101110

Color Harmonies of #57958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57958B

Black with #57958B

Text Example


Text Example

White with #57958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57958B; }

 p { color: rgb(87,149,139); }

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

background-color css

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

 a { background-color: rgb(87,149,139); }

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

border-color css

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

 span { border-color: rgb(87,149,139); }

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