Html Css Color HEX #57988B Lochinvar

📋 copy color: '#57988B'

red 87 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #57988B

Tints of Lochinvar #57988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.21%

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

R = 23.02%
G = 40.21%
B = 36.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#57988B (or 0x57988B) is known color: Lochinvar. HEX triplet: 57, 98 and 8B. RGB value is (87,152,139). Sum of RGB (Red+Green+Blue) = 87+152+139=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #57988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57988B is #A86774. Grayscale: #838383. Windows color (decimal): -11036533 or 9148503. OLE color: 9148503.

HSL color Cylindrical-coordinate representation of color #57988B: hue angle of 168º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57988B is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 139 -
CMYK 0.43 0 0.09 0.40
HSL 168º 0.27% 0.47% -
HSV(B) 168º 0.43% 0.6% -
XYZ 19.82 26.35 28.47 -
YUV 131.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 87 152 139 0.43 0 0.09 0.40 168 0.27 0.47
Hex 57 98 8B 2B 0 9 28 A8 1B 2F
Octal 127 230 213 53 0 11 50 250 33 57
Binary 1010111 10011000 10001011 101011 0 1001 101000 10101000 11011 101111

Color Harmonies of #57988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57988B

Black with #57988B

Text Example


Text Example

White with #57988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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