Html Css Color HEX #539B8C Lochinvar

📋 copy color: '#539B8C'

red 83 ◦ green 155 ◦ blue 140

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

Shades of Lochinvar #539B8C

Tints of Lochinvar #539B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.04%

R = 21.96%
G = 41.01%
B = 37.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#539B8C (or 0x539B8C) is known color: Lochinvar. HEX triplet: 53, 9B and 8C. RGB value is (83,155,140). Sum of RGB (Red+Green+Blue) = 83+155+140=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #539B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B8C is #AC6473. Grayscale: #838383. Windows color (decimal): -11297908 or 9214803. OLE color: 9214803.

HSL color Cylindrical-coordinate representation of color #539B8C: hue angle of 167.5º 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 #539B8C is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 140 -
CMYK 0.46 0 0.10 0.39
HSL 167.5º 0.3% 0.47% -
HSV(B) 167.5º 0.46% 0.61% -
XYZ 20.02 27.18 29 -
YUV 131.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 83 155 140 0.46 0 0.10 0.39 167.5 0.3 0.47
Hex 53 9B 8C 2E 0 A 27 A8 1E 2F
Octal 123 233 214 56 0 12 47 250 36 57
Binary 1010011 10011011 10001100 101110 0 1010 100111 10101000 11110 101111

Color Harmonies of #539B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B8C

Black with #539B8C

Text Example


Text Example

White with #539B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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