Html Css Color HEX #538B7D Lochinvar

📋 copy color: '#538B7D'

red 83 ◦ green 139 ◦ blue 125

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

Shades of Lochinvar #538B7D

Tints of Lochinvar #538B7D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.06%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 23.92%
G = 40.06%
B = 36.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#538B7D (or 0x538B7D) is known color: Lochinvar. HEX triplet: 53, 8B and 7D. RGB value is (83,139,125). Sum of RGB (Red+Green+Blue) = 83+139+125=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7D is #AC7482. Grayscale: #787878. Windows color (decimal): -11302019 or 8227667. OLE color: 8227667.

HSL color Cylindrical-coordinate representation of color #538B7D: hue angle of 165º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538B7D is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 139 125 -
CMYK 0.40 0 0.10 0.45
HSL 165º 0.25% 0.44% -
HSV(B) 165º 0.4% 0.55% -
XYZ 16.5 21.78 22.74 -
YUV 120.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 83 139 125 0.40 0 0.10 0.45 165 0.25 0.44
Hex 53 8B 7D 28 0 A 2D A5 19 2C
Octal 123 213 175 50 0 12 55 245 31 54
Binary 1010011 10001011 1111101 101000 0 1010 101101 10100101 11001 101100

Color Harmonies of #538B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B7D

Black with #538B7D

Text Example


Text Example

White with #538B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538B7D; }

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

 H1.HeaderClassName
 {
   color: #538B7D;
 }
 .AnyTagClassName
 {
   color: #538B7D;
 }
</style>

background-color css

<style>
 a { background-color: #538B7D; }

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

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

border-color css

<style>
 span { border-color: #538B7D; }

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

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