Html Css Color HEX #539488 Lochinvar

📋 copy color: '#539488'

red 83 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #539488

Tints of Lochinvar #539488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 22.62%
G = 40.33%
B = 37.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#539488 (or 0x539488) is known color: Lochinvar. HEX triplet: 53, 94 and 88. RGB value is (83,148,136). Sum of RGB (Red+Green+Blue) = 83+148+136=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #539488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539488 is #AC6B77. Grayscale: #7F7F7F. Windows color (decimal): -11299704 or 8950867. OLE color: 8950867.

HSL color Cylindrical-coordinate representation of color #539488: hue angle of 168.92º 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 #539488 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 136 -
CMYK 0.44 0 0.08 0.42
HSL 168.92º 0.28% 0.45% -
HSV(B) 168.92º 0.44% 0.58% -
XYZ 18.6 24.8 27.1 -
YUV 127.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 83 148 136 0.44 0 0.08 0.42 168.92 0.28 0.45
Hex 53 94 88 2C 0 8 2A A9 1C 2D
Octal 123 224 210 54 0 10 52 251 34 55
Binary 1010011 10010100 10001000 101100 0 1000 101010 10101001 11100 101101

Color Harmonies of #539488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539488

Black with #539488

Text Example


Text Example

White with #539488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539488; }

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

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

background-color css

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

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

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

border-color css

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

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

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