Html Css Color HEX #539388 Lochinvar

📋 copy color: '#539388'

red 83 ◦ green 147 ◦ blue 136

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

Shades of Lochinvar #539388

Tints of Lochinvar #539388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.16%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 22.68%
G = 40.16%
B = 37.16%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#539388 (or 0x539388) is known color: Lochinvar. HEX triplet: 53, 93 and 88. RGB value is (83,147,136). Sum of RGB (Red+Green+Blue) = 83+147+136=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #539388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539388 is #AC6C77. Grayscale: #7E7E7E. Windows color (decimal): -11299960 or 8950611. OLE color: 8950611.

HSL color Cylindrical-coordinate representation of color #539388: hue angle of 169.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539388 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 136 -
CMYK 0.44 0 0.07 0.42
HSL 169.69º 0.28% 0.45% -
HSV(B) 169.69º 0.44% 0.58% -
XYZ 18.44 24.48 27.05 -
YUV 126.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 83 147 136 0.44 0 0.07 0.42 169.69 0.28 0.45
Hex 53 93 88 2C 0 7 2A AA 1C 2D
Octal 123 223 210 54 0 7 52 252 34 55
Binary 1010011 10010011 10001000 101100 0 111 101010 10101010 11100 101101

Color Harmonies of #539388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539388

Black with #539388

Text Example


Text Example

White with #539388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539388; }

 p { color: rgb(83,147,136); }

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

background-color css

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

 a { background-color: rgb(83,147,136); }

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

border-color css

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

 span { border-color: rgb(83,147,136); }

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