Html Css Color HEX #508C89 Lochinvar

📋 copy color: '#508C89'

red 80 ◦ green 140 ◦ blue 137

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

Shades of Lochinvar #508C89

Tints of Lochinvar #508C89

RGB

 RED value IS 80 (31.64% from 255) = 22.41%

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 137 (53.91% from 255) = 38.38%

R = 22.41%
G = 39.22%
B = 38.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#508C89 (or 0x508C89) is known color: Lochinvar. HEX triplet: 50, 8C and 89. RGB value is (80,140,137). Sum of RGB (Red+Green+Blue) = 80+140+137=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #508C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508C89 is #AF7376. Grayscale: #797979. Windows color (decimal): -11498359 or 9014352. OLE color: 9014352.

HSL color Cylindrical-coordinate representation of color #508C89: hue angle of 177º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508C89 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 140 137 -
CMYK 0.43 0 0.02 0.45
HSL 177º 0.27% 0.43% -
HSV(B) 177º 0.43% 0.55% -
XYZ 17.2 22.27 27.06 -
YUV 121.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 80 140 137 0.43 0 0.02 0.45 177 0.27 0.43
Hex 50 8C 89 2B 0 2 2D B1 1B 2B
Octal 120 214 211 53 0 2 55 261 33 53
Binary 1010000 10001100 10001001 101011 0 10 101101 10110001 11011 101011

Color Harmonies of #508C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C89

Black with #508C89

Text Example


Text Example

White with #508C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508C89; }

 p { color: rgb(80,140,137); }

 H1.HeaderClassName
 {
   color: #508C89;
 }
 .AnyTagClassName
 {
   color: #508C89;
 }
</style>

background-color css

<style>
 a { background-color: #508C89; }

 a { background-color: rgb(80,140,137); }

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

border-color css

<style>
 span { border-color: #508C89; }

 span { border-color: rgb(80,140,137); }

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