Html Css Color HEX #52998B Lochinvar

📋 copy color: '#52998B'

red 82 ◦ green 153 ◦ blue 139

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

Shades of Lochinvar #52998B

Tints of Lochinvar #52998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 21.93%
G = 40.91%
B = 37.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#52998B (or 0x52998B) is known color: Lochinvar. HEX triplet: 52, 99 and 8B. RGB value is (82,153,139). Sum of RGB (Red+Green+Blue) = 82+153+139=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #52998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998B is #AD6674. Grayscale: #828282. Windows color (decimal): -11363957 or 9148754. OLE color: 9148754.

HSL color Cylindrical-coordinate representation of color #52998B: hue angle of 168.17º 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 #52998B is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 139 -
CMYK 0.46 0 0.09 0.4
HSL 168.17º 0.3% 0.46% -
HSV(B) 168.17º 0.46% 0.6% -
XYZ 19.53 26.44 28.5 -
YUV 130.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 82 153 139 0.46 0 0.09 0.4 168.17 0.3 0.46
Hex 52 99 8B 2E 0 9 28 A8 1E 2E
Octal 122 231 213 56 0 11 50 250 36 56
Binary 1010010 10011001 10001011 101110 0 1001 101000 10101000 11110 101110

Color Harmonies of #52998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52998B

Black with #52998B

Text Example


Text Example

White with #52998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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