Html Css Color HEX #539688 Lochinvar

📋 copy color: '#539688'

red 83 ◦ green 150 ◦ blue 136

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

Shades of Lochinvar #539688

Tints of Lochinvar #539688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 22.49%
G = 40.65%
B = 36.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#539688 (or 0x539688) is known color: Lochinvar. HEX triplet: 53, 96 and 88. RGB value is (83,150,136). Sum of RGB (Red+Green+Blue) = 83+150+136=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #539688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539688 is #AC6977. Grayscale: #808080. Windows color (decimal): -11299192 or 8951379. OLE color: 8951379.

HSL color Cylindrical-coordinate representation of color #539688: hue angle of 167.46º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539688 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 136 -
CMYK 0.45 0 0.09 0.41
HSL 167.46º 0.29% 0.46% -
HSV(B) 167.46º 0.45% 0.59% -
XYZ 18.92 25.43 27.2 -
YUV 128.37 132.3 95.64 -
System Red Green Blue C M Y K H S L
Decimal 83 150 136 0.45 0 0.09 0.41 167.46 0.29 0.46
Hex 53 96 88 2D 0 9 29 A7 1D 2E
Octal 123 226 210 55 0 11 51 247 35 56
Binary 1010011 10010110 10001000 101101 0 1001 101001 10100111 11101 101110

Color Harmonies of #539688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539688

Black with #539688

Text Example


Text Example

White with #539688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539688; }

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

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

background-color css

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

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

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

border-color css

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

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

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