Html Css Color HEX #538F82 Lochinvar

📋 copy color: '#538F82'

red 83 ◦ green 143 ◦ blue 130

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

Shades of Lochinvar #538F82

Tints of Lochinvar #538F82

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.17%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 23.31%
G = 40.17%
B = 36.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#538F82 (or 0x538F82) is known color: Lochinvar. HEX triplet: 53, 8F and 82. RGB value is (83,143,130). Sum of RGB (Red+Green+Blue) = 83+143+130=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #538F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F82 is #AC707D. Grayscale: #7B7B7B. Windows color (decimal): -11300990 or 8556371. OLE color: 8556371.

HSL color Cylindrical-coordinate representation of color #538F82: hue angle of 167º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F82 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 143 130 -
CMYK 0.42 0 0.09 0.44
HSL 167º 0.27% 0.44% -
HSV(B) 167º 0.42% 0.56% -
XYZ 17.42 23.1 24.66 -
YUV 123.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 83 143 130 0.42 0 0.09 0.44 167 0.27 0.44
Hex 53 8F 82 2A 0 9 2C A7 1B 2C
Octal 123 217 202 52 0 11 54 247 33 54
Binary 1010011 10001111 10000010 101010 0 1001 101100 10100111 11011 101100

Color Harmonies of #538F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F82

Black with #538F82

Text Example


Text Example

White with #538F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,130); }

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

background-color css

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

 a { background-color: rgb(83,143,130); }

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

border-color css

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

 span { border-color: rgb(83,143,130); }

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