Html Css Color HEX #53968C Lochinvar

📋 copy color: '#53968C'

red 83 ◦ green 150 ◦ blue 140

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

Shades of Lochinvar #53968C

Tints of Lochinvar #53968C

RGB

 RED value IS 83 (32.81% from 255) = 22.25%

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

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

R = 22.25%
G = 40.21%
B = 37.53%

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

#53968C (or 0x53968C) is known color: Lochinvar. HEX triplet: 53, 96 and 8C. RGB value is (83,150,140). Sum of RGB (Red+Green+Blue) = 83+150+140=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #53968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53968C is #AC6973. Grayscale: #808080. Windows color (decimal): -11299188 or 9213523. OLE color: 9213523.

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

Color convert

RGB 83 150 140 -
CMYK 0.45 0 0.07 0.41
HSL 171.04º 0.29% 0.46% -
HSV(B) 171.04º 0.45% 0.59% -
XYZ 19.21 25.55 28.73 -
YUV 128.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 83 150 140 0.45 0 0.07 0.41 171.04 0.29 0.46
Hex 53 96 8C 2D 0 7 29 AB 1D 2E
Octal 123 226 214 55 0 7 51 253 35 56
Binary 1010011 10010110 10001100 101101 0 111 101001 10101011 11101 101110

Color Harmonies of #53968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53968C

Black with #53968C

Text Example


Text Example

White with #53968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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