Html Css Color HEX #52998A Lochinvar

📋 copy color: '#52998A'

red 82 ◦ green 153 ◦ blue 138

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

Shades of Lochinvar #52998A

Tints of Lochinvar #52998A

RGB

 RED value IS 82 (32.42% from 255) = 21.98%

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 21.98%
G = 41.02%
B = 37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#52998A (or 0x52998A) is known color: Lochinvar. HEX triplet: 52, 99 and 8A. RGB value is (82,153,138). Sum of RGB (Red+Green+Blue) = 82+153+138=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #52998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998A is #AD6675. Grayscale: #828282. Windows color (decimal): -11363958 or 9083218. OLE color: 9083218.

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

Color convert

RGB 82 153 138 -
CMYK 0.46 0 0.10 0.4
HSL 167.32º 0.3% 0.46% -
HSV(B) 167.32º 0.46% 0.6% -
XYZ 19.46 26.41 28.12 -
YUV 130.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 82 153 138 0.46 0 0.10 0.4 167.32 0.3 0.46
Hex 52 99 8A 2E 0 A 28 A7 1E 2E
Octal 122 231 212 56 0 12 50 247 36 56
Binary 1010010 10011001 10001010 101110 0 1010 101000 10100111 11110 101110

Color Harmonies of #52998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52998A

Black with #52998A

Text Example


Text Example

White with #52998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52998A; }

 p { color: rgb(82,153,138); }

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

background-color css

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

 a { background-color: rgb(82,153,138); }

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

border-color css

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

 span { border-color: rgb(82,153,138); }

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