Html Css Color HEX #539588 Lochinvar

📋 copy color: '#539588'

red 83 ◦ green 149 ◦ blue 136

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

Shades of Lochinvar #539588

Tints of Lochinvar #539588

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

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

R = 22.55%
G = 40.49%
B = 36.96%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#539588 (or 0x539588) is known color: Lochinvar. HEX triplet: 53, 95 and 88. RGB value is (83,149,136). Sum of RGB (Red+Green+Blue) = 83+149+136=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #539588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539588 is #AC6A77. Grayscale: #7F7F7F. Windows color (decimal): -11299448 or 8951123. OLE color: 8951123.

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

Color convert

RGB 83 149 136 -
CMYK 0.44 0 0.09 0.42
HSL 168.18º 0.28% 0.45% -
HSV(B) 168.18º 0.44% 0.58% -
XYZ 18.76 25.11 27.15 -
YUV 127.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 83 149 136 0.44 0 0.09 0.42 168.18 0.28 0.45
Hex 53 95 88 2C 0 9 2A A8 1C 2D
Octal 123 225 210 54 0 11 52 250 34 55
Binary 1010011 10010101 10001000 101100 0 1001 101010 10101000 11100 101101

Color Harmonies of #539588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539588

Black with #539588

Text Example


Text Example

White with #539588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539588; }

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

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

background-color css

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

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

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

border-color css

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

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

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