Html Css Color HEX #539C8C Lochinvar

📋 copy color: '#539C8C'

red 83 ◦ green 156 ◦ blue 140

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

Shades of Lochinvar #539C8C

Tints of Lochinvar #539C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.16%

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

R = 21.9%
G = 41.16%
B = 36.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#539C8C (or 0x539C8C) is known color: Lochinvar. HEX triplet: 53, 9C and 8C. RGB value is (83,156,140). Sum of RGB (Red+Green+Blue) = 83+156+140=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 156 - color contains mainly: green. Hex color #539C8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C8C is #AC6373. Grayscale: #848484. Windows color (decimal): -11297652 or 9215059. OLE color: 9215059.

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

Color convert

RGB 83 156 140 -
CMYK 0.47 0 0.10 0.39
HSL 166.85º 0.31% 0.47% -
HSV(B) 166.85º 0.47% 0.61% -
XYZ 20.19 27.51 29.06 -
YUV 132.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 83 156 140 0.47 0 0.10 0.39 166.85 0.31 0.47
Hex 53 9C 8C 2F 0 A 27 A7 1F 2F
Octal 123 234 214 57 0 12 47 247 37 57
Binary 1010011 10011100 10001100 101111 0 1010 100111 10100111 11111 101111

Color Harmonies of #539C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C8C

Black with #539C8C

Text Example


Text Example

White with #539C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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