Html Css Color HEX #509888 Lochinvar

📋 copy color: '#509888'

red 80 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #509888

Tints of Lochinvar #509888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 21.74%
G = 41.3%
B = 36.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#509888 (or 0x509888) is known color: Lochinvar. HEX triplet: 50, 98 and 88. RGB value is (80,152,136). Sum of RGB (Red+Green+Blue) = 80+152+136=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #509888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509888 is #AF6777. Grayscale: #808080. Windows color (decimal): -11495288 or 8951888. OLE color: 8951888.

HSL color Cylindrical-coordinate representation of color #509888: hue angle of 166.67º 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 #509888 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 136 -
CMYK 0.47 0 0.11 0.40
HSL 166.67º 0.31% 0.45% -
HSV(B) 166.67º 0.47% 0.6% -
XYZ 18.98 25.94 27.3 -
YUV 128.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 80 152 136 0.47 0 0.11 0.40 166.67 0.31 0.45
Hex 50 98 88 2F 0 B 28 A7 1F 2D
Octal 120 230 210 57 0 13 50 247 37 55
Binary 1010000 10011000 10001000 101111 0 1011 101000 10100111 11111 101101

Color Harmonies of #509888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509888

Black with #509888

Text Example


Text Example

White with #509888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509888; }

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

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

background-color css

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

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

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

border-color css

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

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

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