Html Css Color HEX #52988D Lochinvar

📋 copy color: '#52988D'

red 82 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #52988D

Tints of Lochinvar #52988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.6%

R = 21.87%
G = 40.53%
B = 37.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#52988D (or 0x52988D) is known color: Lochinvar. HEX triplet: 52, 98 and 8D. RGB value is (82,152,141). Sum of RGB (Red+Green+Blue) = 82+152+141=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #52988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52988D is #AD6772. Grayscale: #818181. Windows color (decimal): -11364211 or 9279570. OLE color: 9279570.

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

Color convert

RGB 82 152 141 -
CMYK 0.46 0 0.07 0.40
HSL 170.57º 0.3% 0.46% -
HSV(B) 170.57º 0.46% 0.6% -
XYZ 19.52 26.17 29.22 -
YUV 129.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 82 152 141 0.46 0 0.07 0.40 170.57 0.3 0.46
Hex 52 98 8D 2E 0 7 28 AB 1E 2E
Octal 122 230 215 56 0 7 50 253 36 56
Binary 1010010 10011000 10001101 101110 0 111 101000 10101011 11110 101110

Color Harmonies of #52988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52988D

Black with #52988D

Text Example


Text Example

White with #52988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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