Html Css Color HEX #52998F Lochinvar

📋 copy color: '#52998F'

red 82 ◦ green 153 ◦ blue 143

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

Shades of Lochinvar #52998F

Tints of Lochinvar #52998F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 21.69%
G = 40.48%
B = 37.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#52998F (or 0x52998F) is known color: Lochinvar. HEX triplet: 52, 99 and 8F. RGB value is (82,153,143). Sum of RGB (Red+Green+Blue) = 82+153+143=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #52998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52998F is #AD6670. Grayscale: #828282. Windows color (decimal): -11363953 or 9410898. OLE color: 9410898.

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

Color convert

RGB 82 153 143 -
CMYK 0.46 0 0.07 0.4
HSL 171.55º 0.3% 0.46% -
HSV(B) 171.55º 0.46% 0.6% -
XYZ 19.83 26.56 30.07 -
YUV 130.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 82 153 143 0.46 0 0.07 0.4 171.55 0.3 0.46
Hex 52 99 8F 2E 0 7 28 AC 1E 2E
Octal 122 231 217 56 0 7 50 254 36 56
Binary 1010010 10011001 10001111 101110 0 111 101000 10101100 11110 101110

Color Harmonies of #52998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52998F

Black with #52998F

Text Example


Text Example

White with #52998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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