Html Css Color HEX #50988B Lochinvar

📋 copy color: '#50988B'

red 80 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #50988B

Tints of Lochinvar #50988B

RGB

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

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

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

R = 21.56%
G = 40.97%
B = 37.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#50988B (or 0x50988B) is known color: Lochinvar. HEX triplet: 50, 98 and 8B. RGB value is (80,152,139). Sum of RGB (Red+Green+Blue) = 80+152+139=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #50988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50988B is #AF6774. Grayscale: #808080. Windows color (decimal): -11495285 or 9148496. OLE color: 9148496.

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

Color convert

RGB 80 152 139 -
CMYK 0.47 0 0.09 0.40
HSL 169.17º 0.31% 0.45% -
HSV(B) 169.17º 0.47% 0.6% -
XYZ 19.2 26.03 28.44 -
YUV 128.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 80 152 139 0.47 0 0.09 0.40 169.17 0.31 0.45
Hex 50 98 8B 2F 0 9 28 A9 1F 2D
Octal 120 230 213 57 0 11 50 251 37 55
Binary 1010000 10011000 10001011 101111 0 1001 101000 10101001 11111 101101

Color Harmonies of #50988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50988B

Black with #50988B

Text Example


Text Example

White with #50988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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