Html Css Color HEX #538783 Lochinvar

📋 copy color: '#538783'

red 83 ◦ green 135 ◦ blue 131

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

Shades of Lochinvar #538783

Tints of Lochinvar #538783

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

 BLUE value IS 131 (51.56% from 255) = 37.54%

R = 23.78%
G = 38.68%
B = 37.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#538783 (or 0x538783) is known color: Lochinvar. HEX triplet: 53, 87 and 83. RGB value is (83,135,131). Sum of RGB (Red+Green+Blue) = 83+135+131=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #538783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538783 is #AC787C. Grayscale: #767676. Windows color (decimal): -11303037 or 8619859. OLE color: 8619859.

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

Color convert

RGB 83 135 131 -
CMYK 0.39 0 0.03 0.47
HSL 175.38º 0.24% 0.43% -
HSV(B) 175.38º 0.39% 0.53% -
XYZ 16.33 20.81 24.63 -
YUV 119 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 83 135 131 0.39 0 0.03 0.47 175.38 0.24 0.43
Hex 53 87 83 27 0 3 2F AF 18 2B
Octal 123 207 203 47 0 3 57 257 30 53
Binary 1010011 10000111 10000011 100111 0 11 101111 10101111 11000 101011

Color Harmonies of #538783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538783

Black with #538783

Text Example


Text Example

White with #538783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538783; }

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

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

background-color css

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

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

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

border-color css

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

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

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