Html Css Color HEX #52968B Lochinvar

📋 copy color: '#52968B'

red 82 ◦ green 150 ◦ blue 139

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

Shades of Lochinvar #52968B

Tints of Lochinvar #52968B

RGB

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

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

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

R = 22.1%
G = 40.43%
B = 37.47%

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

#52968B (or 0x52968B) is known color: Lochinvar. HEX triplet: 52, 96 and 8B. RGB value is (82,150,139). Sum of RGB (Red+Green+Blue) = 82+150+139=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #52968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52968B is #AD6974. Grayscale: #808080. Windows color (decimal): -11364725 or 9147986. OLE color: 9147986.

HSL color Cylindrical-coordinate representation of color #52968B: hue angle of 170.29º 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 #52968B is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 139 -
CMYK 0.45 0 0.07 0.41
HSL 170.29º 0.29% 0.45% -
HSV(B) 170.29º 0.45% 0.59% -
XYZ 19.05 25.47 28.34 -
YUV 128.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 82 150 139 0.45 0 0.07 0.41 170.29 0.29 0.45
Hex 52 96 8B 2D 0 7 29 AA 1D 2D
Octal 122 226 213 55 0 7 51 252 35 55
Binary 1010010 10010110 10001011 101101 0 111 101001 10101010 11101 101101

Color Harmonies of #52968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52968B

Black with #52968B

Text Example


Text Example

White with #52968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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