#538782

Color #538782 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #538782

Tints of Lochinvar #538782

Color information

#538782 (or 0x538782) is unknown color: approx Lochinvar. HEX triplet: 53, 87 and 82. RGB value is (83,135,130). Sum of RGB (Red+Green+Blue) = 83+135+130=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #538782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538782 is #AC787D. Grayscale: #767676. Windows color (decimal): -11303038 or 8554323. OLE color: 8554323.

HSL color Cylindrical-coordinate representation of color #538782: hue angle of 174.23º 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 #538782 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB83135130-
CMYK0.3900.040.47
HSL174.23º23.85%42.75%-
HSV(B)174.23º38.52%52.94%-
XYZ16.2620.7824.27-
YUV118.88134.27102.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.85%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=23.85%
G=38.79%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831351300.3900.040.47174.2323.8542.75
Hex53878227042Fae182b
Octal1232072024704572563053
Binary1010011100001111000001010011101001011111010111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538782; }

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

 H1.HeaderClassName
 {
   color: #538782;
 }
 .AnyTagClassName
 {
   color: #538782;
 }
</style>
background-color css

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

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

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

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

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

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