Html Css Color HEX #53988C Lochinvar

📋 copy color: '#53988C'

red 83 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #53988C

Tints of Lochinvar #53988C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 22.13%
G = 40.53%
B = 37.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#53988C (or 0x53988C) is known color: Lochinvar. HEX triplet: 53, 98 and 8C. RGB value is (83,152,140). Sum of RGB (Red+Green+Blue) = 83+152+140=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #53988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53988C is #AC6773. Grayscale: #818181. Windows color (decimal): -11298676 or 9214035. OLE color: 9214035.

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

Color convert

RGB 83 152 140 -
CMYK 0.45 0 0.08 0.40
HSL 169.57º 0.29% 0.46% -
HSV(B) 169.57º 0.45% 0.6% -
XYZ 19.53 26.19 28.84 -
YUV 130 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 83 152 140 0.45 0 0.08 0.40 169.57 0.29 0.46
Hex 53 98 8C 2D 0 8 28 AA 1D 2E
Octal 123 230 214 55 0 10 50 252 35 56
Binary 1010011 10011000 10001100 101101 0 1000 101000 10101010 11101 101110

Color Harmonies of #53988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53988C

Black with #53988C

Text Example


Text Example

White with #53988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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