Html Css Color HEX #539B8D Lochinvar

📋 copy color: '#539B8D'

red 83 ◦ green 155 ◦ blue 141

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

Shades of Lochinvar #539B8D

Tints of Lochinvar #539B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 21.9%
G = 40.9%
B = 37.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#539B8D (or 0x539B8D) is known color: Lochinvar. HEX triplet: 53, 9B and 8D. RGB value is (83,155,141). Sum of RGB (Red+Green+Blue) = 83+155+141=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #539B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B8D is #AC6472. Grayscale: #838383. Windows color (decimal): -11297907 or 9280339. OLE color: 9280339.

HSL color Cylindrical-coordinate representation of color #539B8D: hue angle of 168.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B8D is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 141 -
CMYK 0.46 0 0.09 0.39
HSL 168.33º 0.3% 0.47% -
HSV(B) 168.33º 0.46% 0.61% -
XYZ 20.1 27.2 29.39 -
YUV 131.88 133.15 93.14 -
System Red Green Blue C M Y K H S L
Decimal 83 155 141 0.46 0 0.09 0.39 168.33 0.3 0.47
Hex 53 9B 8D 2E 0 9 27 A8 1E 2F
Octal 123 233 215 56 0 11 47 250 36 57
Binary 1010011 10011011 10001101 101110 0 1001 100111 10101000 11110 101111

Color Harmonies of #539B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B8D

Black with #539B8D

Text Example


Text Example

White with #539B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539B8D; }

 p { color: rgb(83,155,141); }

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

background-color css

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

 a { background-color: rgb(83,155,141); }

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

border-color css

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

 span { border-color: rgb(83,155,141); }

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