Html Css Color HEX #57948C Lochinvar

📋 copy color: '#57948C'

red 87 ◦ green 148 ◦ blue 140

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

Shades of Lochinvar #57948C

Tints of Lochinvar #57948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 23.2%
G = 39.47%
B = 37.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#57948C (or 0x57948C) is known color: Lochinvar. HEX triplet: 57, 94 and 8C. RGB value is (87,148,140). Sum of RGB (Red+Green+Blue) = 87+148+140=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 148 - color contains mainly: green. Hex color #57948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57948C is #A86B73. Grayscale: #808080. Windows color (decimal): -11037556 or 9213015. OLE color: 9213015.

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

Color convert

RGB 87 148 140 -
CMYK 0.41 0 0.05 0.42
HSL 172.13º 0.26% 0.46% -
HSV(B) 172.13º 0.41% 0.58% -
XYZ 19.25 25.1 28.64 -
YUV 128.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 87 148 140 0.41 0 0.05 0.42 172.13 0.26 0.46
Hex 57 94 8C 29 0 5 2A AC 1A 2E
Octal 127 224 214 51 0 5 52 254 32 56
Binary 1010111 10010100 10001100 101001 0 101 101010 10101100 11010 101110

Color Harmonies of #57948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57948C

Black with #57948C

Text Example


Text Example

White with #57948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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