Html Css Color HEX #519888 Lochinvar

📋 copy color: '#519888'

red 81 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #519888

Tints of Lochinvar #519888

RGB

 RED value IS 81 (32.03% from 255) = 21.95%

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

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

R = 21.95%
G = 41.19%
B = 36.86%

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

#519888 (or 0x519888) is known color: Lochinvar. HEX triplet: 51, 98 and 88. RGB value is (81,152,136). Sum of RGB (Red+Green+Blue) = 81+152+136=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #519888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519888 is #AE6777. Grayscale: #808080. Windows color (decimal): -11429752 or 8951889. OLE color: 8951889.

HSL color Cylindrical-coordinate representation of color #519888: hue angle of 166.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519888 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 136 -
CMYK 0.47 0 0.11 0.40
HSL 166.48º 0.3% 0.46% -
HSV(B) 166.48º 0.47% 0.6% -
XYZ 19.07 25.98 27.3 -
YUV 128.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 81 152 136 0.47 0 0.11 0.40 166.48 0.3 0.46
Hex 51 98 88 2F 0 B 28 A6 1E 2E
Octal 121 230 210 57 0 13 50 246 36 56
Binary 1010001 10011000 10001000 101111 0 1011 101000 10100110 11110 101110

Color Harmonies of #519888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519888

Black with #519888

Text Example


Text Example

White with #519888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519888; }

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

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

background-color css

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

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

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

border-color css

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

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

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