Html Css Color HEX #53948C Lochinvar

📋 copy color: '#53948C'

red 83 ◦ green 148 ◦ blue 140

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

Shades of Lochinvar #53948C

Tints of Lochinvar #53948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 22.37%
G = 39.89%
B = 37.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#53948C (or 0x53948C) is known color: Lochinvar. HEX triplet: 53, 94 and 8C. RGB value is (83,148,140). Sum of RGB (Red+Green+Blue) = 83+148+140=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #53948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948C is #AC6B73. Grayscale: #7F7F7F. Windows color (decimal): -11299700 or 9213011. OLE color: 9213011.

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

Color convert

RGB 83 148 140 -
CMYK 0.44 0 0.05 0.42
HSL 172.62º 0.28% 0.45% -
HSV(B) 172.62º 0.44% 0.58% -
XYZ 18.89 24.91 28.62 -
YUV 127.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 83 148 140 0.44 0 0.05 0.42 172.62 0.28 0.45
Hex 53 94 8C 2C 0 5 2A AD 1C 2D
Octal 123 224 214 54 0 5 52 255 34 55
Binary 1010011 10010100 10001100 101100 0 101 101010 10101101 11100 101101

Color Harmonies of #53948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53948C

Black with #53948C

Text Example


Text Example

White with #53948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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