Html Css Color HEX #538982 Lochinvar

📋 copy color: '#538982'

red 83 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #538982

Tints of Lochinvar #538982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 23.71%
G = 39.14%
B = 37.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#538982 (or 0x538982) is known color: Lochinvar. HEX triplet: 53, 89 and 82. RGB value is (83,137,130). Sum of RGB (Red+Green+Blue) = 83+137+130=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #538982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538982 is #AC767D. Grayscale: #787878. Windows color (decimal): -11302526 or 8554835. OLE color: 8554835.

HSL color Cylindrical-coordinate representation of color #538982: hue angle of 172.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538982 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 130 -
CMYK 0.39 0 0.05 0.46
HSL 172.22º 0.25% 0.43% -
HSV(B) 172.22º 0.39% 0.54% -
XYZ 16.54 21.34 24.37 -
YUV 120.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 83 137 130 0.39 0 0.05 0.46 172.22 0.25 0.43
Hex 53 89 82 27 0 5 2E AC 19 2B
Octal 123 211 202 47 0 5 56 254 31 53
Binary 1010011 10001001 10000010 100111 0 101 101110 10101100 11001 101011

Color Harmonies of #538982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538982

Black with #538982

Text Example


Text Example

White with #538982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538982; }

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

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

background-color css

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

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

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

border-color css

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

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

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