Html Css Color HEX #538B7F Lochinvar

📋 copy color: '#538B7F'

red 83 ◦ green 139 ◦ blue 127

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

Shades of Lochinvar #538B7F

Tints of Lochinvar #538B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 23.78%
G = 39.83%
B = 36.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#538B7F (or 0x538B7F) is known color: Lochinvar. HEX triplet: 53, 8B and 7F. RGB value is (83,139,127). Sum of RGB (Red+Green+Blue) = 83+139+127=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #538B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538B7F is #AC7480. Grayscale: #787878. Windows color (decimal): -11302017 or 8358739. OLE color: 8358739.

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

Color convert

RGB 83 139 127 -
CMYK 0.40 0 0.09 0.45
HSL 167.14º 0.25% 0.44% -
HSV(B) 167.14º 0.4% 0.55% -
XYZ 16.63 21.84 23.42 -
YUV 120.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 83 139 127 0.40 0 0.09 0.45 167.14 0.25 0.44
Hex 53 8B 7F 28 0 9 2D A7 19 2C
Octal 123 213 177 50 0 11 55 247 31 54
Binary 1010011 10001011 1111111 101000 0 1001 101101 10100111 11001 101100

Color Harmonies of #538B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538B7F

Black with #538B7F

Text Example


Text Example

White with #538B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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