Html Css Color HEX #53988B Lochinvar

📋 copy color: '#53988B'

red 83 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #53988B

Tints of Lochinvar #53988B

RGB

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

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

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

R = 22.19%
G = 40.64%
B = 37.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#53988B (or 0x53988B) is known color: Lochinvar. HEX triplet: 53, 98 and 8B. RGB value is (83,152,139). Sum of RGB (Red+Green+Blue) = 83+152+139=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #53988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53988B is #AC6774. Grayscale: #818181. Windows color (decimal): -11298677 or 9148499. OLE color: 9148499.

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

Color convert

RGB 83 152 139 -
CMYK 0.45 0 0.09 0.40
HSL 168.7º 0.29% 0.46% -
HSV(B) 168.7º 0.45% 0.6% -
XYZ 19.46 26.16 28.45 -
YUV 129.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 83 152 139 0.45 0 0.09 0.40 168.7 0.29 0.46
Hex 53 98 8B 2D 0 9 28 A9 1D 2E
Octal 123 230 213 55 0 11 50 251 35 56
Binary 1010011 10011000 10001011 101101 0 1001 101000 10101001 11101 101110

Color Harmonies of #53988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53988B

Black with #53988B

Text Example


Text Example

White with #53988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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