Html Css Color HEX #53877B Lochinvar

📋 copy color: '#53877B'

red 83 ◦ green 135 ◦ blue 123

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

Shades of Lochinvar #53877B

Tints of Lochinvar #53877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

 BLUE value IS 123 (48.44% from 255) = 36.07%

R = 24.34%
G = 39.59%
B = 36.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#53877B (or 0x53877B) is known color: Lochinvar. HEX triplet: 53, 87 and 7B. RGB value is (83,135,123). Sum of RGB (Red+Green+Blue) = 83+135+123=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #53877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53877B is #AC7884. Grayscale: #767676. Windows color (decimal): -11303045 or 8095571. OLE color: 8095571.

HSL color Cylindrical-coordinate representation of color #53877B: hue angle of 166.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #53877B is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 135 123 -
CMYK 0.39 0 0.09 0.47
HSL 166.15º 0.24% 0.43% -
HSV(B) 166.15º 0.39% 0.53% -
XYZ 15.81 20.6 21.88 -
YUV 118.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 83 135 123 0.39 0 0.09 0.47 166.15 0.24 0.43
Hex 53 87 7B 27 0 9 2F A6 18 2B
Octal 123 207 173 47 0 11 57 246 30 53
Binary 1010011 10000111 1111011 100111 0 1001 101111 10100110 11000 101011

Color Harmonies of #53877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53877B

Black with #53877B

Text Example


Text Example

White with #53877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,135,123); }

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

background-color css

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

 a { background-color: rgb(83,135,123); }

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

border-color css

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

 span { border-color: rgb(83,135,123); }

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