Html Css Color HEX #52988C Lochinvar

📋 copy color: '#52988C'

red 82 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #52988C

Tints of Lochinvar #52988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 21.93%
G = 40.64%
B = 37.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#52988C (or 0x52988C) is known color: Lochinvar. HEX triplet: 52, 98 and 8C. RGB value is (82,152,140). Sum of RGB (Red+Green+Blue) = 82+152+140=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #52988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52988C is #AD6773. Grayscale: #818181. Windows color (decimal): -11364212 or 9214034. OLE color: 9214034.

HSL color Cylindrical-coordinate representation of color #52988C: hue angle of 169.71º 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 #52988C is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 140 -
CMYK 0.46 0 0.08 0.40
HSL 169.71º 0.3% 0.46% -
HSV(B) 169.71º 0.46% 0.6% -
XYZ 19.44 26.14 28.83 -
YUV 129.7 133.81 93.98 -
System Red Green Blue C M Y K H S L
Decimal 82 152 140 0.46 0 0.08 0.40 169.71 0.3 0.46
Hex 52 98 8C 2E 0 8 28 AA 1E 2E
Octal 122 230 214 56 0 10 50 252 36 56
Binary 1010010 10011000 10001100 101110 0 1000 101000 10101010 11110 101110

Color Harmonies of #52988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52988C

Black with #52988C

Text Example


Text Example

White with #52988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52988C; }

 p { color: rgb(82,152,140); }

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

background-color css

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

 a { background-color: rgb(82,152,140); }

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

border-color css

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

 span { border-color: rgb(82,152,140); }

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