Html Css Color HEX #508885 Lochinvar

📋 copy color: '#508885'

red 80 ◦ green 136 ◦ blue 133

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

Shades of Lochinvar #508885

Tints of Lochinvar #508885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 22.92%
G = 38.97%
B = 38.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#508885 (or 0x508885) is known color: Lochinvar. HEX triplet: 50, 88 and 85. RGB value is (80,136,133). Sum of RGB (Red+Green+Blue) = 80+136+133=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #508885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508885 is #AF777A. Grayscale: #767676. Windows color (decimal): -11499387 or 8751184. OLE color: 8751184.

HSL color Cylindrical-coordinate representation of color #508885: hue angle of 176.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508885 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 133 -
CMYK 0.41 0 0.02 0.47
HSL 176.79º 0.26% 0.42% -
HSV(B) 176.79º 0.41% 0.53% -
XYZ 16.35 21.01 25.38 -
YUV 118.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 80 136 133 0.41 0 0.02 0.47 176.79 0.26 0.42
Hex 50 88 85 29 0 2 2F B1 1A 2A
Octal 120 210 205 51 0 2 57 261 32 52
Binary 1010000 10001000 10000101 101001 0 10 101111 10110001 11010 101010

Color Harmonies of #508885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508885

Black with #508885

Text Example


Text Example

White with #508885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508885; }

 p { color: rgb(80,136,133); }

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

background-color css

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

 a { background-color: rgb(80,136,133); }

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

border-color css

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

 span { border-color: rgb(80,136,133); }

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