Html Css Color HEX #52958C Lochinvar

📋 copy color: '#52958C'

red 82 ◦ green 149 ◦ blue 140

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

Shades of Lochinvar #52958C

Tints of Lochinvar #52958C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

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

R = 22.1%
G = 40.16%
B = 37.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#52958C (or 0x52958C) is known color: Lochinvar. HEX triplet: 52, 95 and 8C. RGB value is (82,149,140). Sum of RGB (Red+Green+Blue) = 82+149+140=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #52958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52958C is #AD6A73. Grayscale: #7F7F7F. Windows color (decimal): -11364980 or 9213266. OLE color: 9213266.

HSL color Cylindrical-coordinate representation of color #52958C: hue angle of 171.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52958C is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 140 -
CMYK 0.45 0 0.06 0.42
HSL 171.94º 0.29% 0.45% -
HSV(B) 171.94º 0.45% 0.58% -
XYZ 18.96 25.18 28.67 -
YUV 127.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 82 149 140 0.45 0 0.06 0.42 171.94 0.29 0.45
Hex 52 95 8C 2D 0 6 2A AC 1D 2D
Octal 122 225 214 55 0 6 52 254 35 55
Binary 1010010 10010101 10001100 101101 0 110 101010 10101100 11101 101101

Color Harmonies of #52958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52958C

Black with #52958C

Text Example


Text Example

White with #52958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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