Html Css Color HEX #519988 Lochinvar

📋 copy color: '#519988'

red 81 ◦ green 153 ◦ blue 136

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

Shades of Lochinvar #519988

Tints of Lochinvar #519988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

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

R = 21.89%
G = 41.35%
B = 36.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#519988 (or 0x519988) is known color: Lochinvar. HEX triplet: 51, 99 and 88. RGB value is (81,153,136). Sum of RGB (Red+Green+Blue) = 81+153+136=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #519988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519988 is #AE6677. Grayscale: #818181. Windows color (decimal): -11429496 or 8952145. OLE color: 8952145.

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

Color convert

RGB 81 153 136 -
CMYK 0.47 0 0.11 0.4
HSL 165.83º 0.31% 0.46% -
HSV(B) 165.83º 0.47% 0.6% -
XYZ 19.23 26.31 27.36 -
YUV 129.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 81 153 136 0.47 0 0.11 0.4 165.83 0.31 0.46
Hex 51 99 88 2F 0 B 28 A6 1F 2E
Octal 121 231 210 57 0 13 50 246 37 56
Binary 1010001 10011001 10001000 101111 0 1011 101000 10100110 11111 101110

Color Harmonies of #519988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519988

Black with #519988

Text Example


Text Example

White with #519988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519988; }

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

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

background-color css

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

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

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

border-color css

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

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

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