Html Css Color HEX #57968C Lochinvar

📋 copy color: '#57968C'

red 87 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #57968C

Tints of Lochinvar #57968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 140 (55.08% from 255) = 37.14%

R = 23.08%
G = 39.79%
B = 37.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#57968C (or 0x57968C) is known color: Lochinvar. HEX triplet: 57, 96 and 8C. RGB value is (87,150,140). Sum of RGB (Red+Green+Blue) = 87+150+140=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #57968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57968C is #A86973. Grayscale: #828282. Windows color (decimal): -11037044 or 9213527. OLE color: 9213527.

HSL color Cylindrical-coordinate representation of color #57968C: hue angle of 170.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57968C is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 150 140 -
CMYK 0.42 0 0.07 0.41
HSL 170.48º 0.27% 0.46% -
HSV(B) 170.48º 0.42% 0.59% -
XYZ 19.57 25.73 28.75 -
YUV 130.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 87 150 140 0.42 0 0.07 0.41 170.48 0.27 0.46
Hex 57 96 8C 2A 0 7 29 AA 1B 2E
Octal 127 226 214 52 0 7 51 252 33 56
Binary 1010111 10010110 10001100 101010 0 111 101001 10101010 11011 101110

Color Harmonies of #57968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57968C

Black with #57968C

Text Example


Text Example

White with #57968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57968C; }

 p { color: rgb(87,150,140); }

 H1.HeaderClassName
 {
   color: #57968C;
 }
 .AnyTagClassName
 {
   color: #57968C;
 }
</style>

background-color css

<style>
 a { background-color: #57968C; }

 a { background-color: rgb(87,150,140); }

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

border-color css

<style>
 span { border-color: #57968C; }

 span { border-color: rgb(87,150,140); }

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