Html Css Color HEX #57887F Lochinvar

📋 copy color: '#57887F'

red 87 ◦ green 136 ◦ blue 127

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

Shades of Lochinvar #57887F

Tints of Lochinvar #57887F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 24.86%
G = 38.86%
B = 36.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#57887F (or 0x57887F) is known color: Lochinvar. HEX triplet: 57, 88 and 7F. RGB value is (87,136,127). Sum of RGB (Red+Green+Blue) = 87+136+127=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #57887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57887F is #A87780. Grayscale: #787878. Windows color (decimal): -11040641 or 8357975. OLE color: 8357975.

HSL color Cylindrical-coordinate representation of color #57887F: hue angle of 168.98º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57887F is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 136 127 -
CMYK 0.36 0 0.07 0.47
HSL 168.98º 0.22% 0.44% -
HSV(B) 168.98º 0.36% 0.53% -
XYZ 16.57 21.17 23.29 -
YUV 120.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 87 136 127 0.36 0 0.07 0.47 168.98 0.22 0.44
Hex 57 88 7F 24 0 7 2F A9 16 2C
Octal 127 210 177 44 0 7 57 251 26 54
Binary 1010111 10001000 1111111 100100 0 111 101111 10101001 10110 101100

Color Harmonies of #57887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57887F

Black with #57887F

Text Example


Text Example

White with #57887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57887F; }

 p { color: rgb(87,136,127); }

 H1.HeaderClassName
 {
   color: #57887F;
 }
 .AnyTagClassName
 {
   color: #57887F;
 }
</style>

background-color css

<style>
 a { background-color: #57887F; }

 a { background-color: rgb(87,136,127); }

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

border-color css

<style>
 span { border-color: #57887F; }

 span { border-color: rgb(87,136,127); }

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