Html Css Color HEX #52968C Lochinvar

📋 copy color: '#52968C'

red 82 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #52968C

Tints of Lochinvar #52968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.32%

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

R = 22.04%
G = 40.32%
B = 37.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#52968C (or 0x52968C) is known color: Lochinvar. HEX triplet: 52, 96 and 8C. RGB value is (82,150,140). Sum of RGB (Red+Green+Blue) = 82+150+140=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #52968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52968C is #AD6973. Grayscale: #808080. Windows color (decimal): -11364724 or 9213522. OLE color: 9213522.

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

Color convert

RGB 82 150 140 -
CMYK 0.45 0 0.07 0.41
HSL 171.18º 0.29% 0.45% -
HSV(B) 171.18º 0.45% 0.59% -
XYZ 19.12 25.5 28.73 -
YUV 128.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 82 150 140 0.45 0 0.07 0.41 171.18 0.29 0.45
Hex 52 96 8C 2D 0 7 29 AB 1D 2D
Octal 122 226 214 55 0 7 51 253 35 55
Binary 1010010 10010110 10001100 101101 0 111 101001 10101011 11101 101101

Color Harmonies of #52968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52968C

Black with #52968C

Text Example


Text Example

White with #52968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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