Html Css Color HEX #57958D Lochinvar

📋 copy color: '#57958D'

red 87 ◦ green 149 ◦ blue 141

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

Shades of Lochinvar #57958D

Tints of Lochinvar #57958D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 23.08%
G = 39.52%
B = 37.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#57958D (or 0x57958D) is known color: Lochinvar. HEX triplet: 57, 95 and 8D. RGB value is (87,149,141). Sum of RGB (Red+Green+Blue) = 87+149+141=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #57958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57958D is #A86A72. Grayscale: #818181. Windows color (decimal): -11037299 or 9278807. OLE color: 9278807.

HSL color Cylindrical-coordinate representation of color #57958D: hue angle of 172.26º 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 #57958D is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 141 -
CMYK 0.42 0 0.05 0.42
HSL 172.26º 0.26% 0.46% -
HSV(B) 172.26º 0.42% 0.58% -
XYZ 19.49 25.44 29.08 -
YUV 129.55 134.46 97.65 -
System Red Green Blue C M Y K H S L
Decimal 87 149 141 0.42 0 0.05 0.42 172.26 0.26 0.46
Hex 57 95 8D 2A 0 5 2A AC 1A 2E
Octal 127 225 215 52 0 5 52 254 32 56
Binary 1010111 10010101 10001101 101010 0 101 101010 10101100 11010 101110

Color Harmonies of #57958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57958D

Black with #57958D

Text Example


Text Example

White with #57958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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