Html Css Color HEX #537866 Como

📋 copy color: '#537866'

red 83 ◦ green 120 ◦ blue 102

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

Shades of Como #537866

Tints of Como #537866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 27.21%
G = 39.34%
B = 33.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#537866 (or 0x537866) is known color: Como. HEX triplet: 53, 78 and 66. RGB value is (83,120,102). Sum of RGB (Red+Green+Blue) = 83+120+102=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #537866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537866 is #AC8799. Grayscale: #6A6A6A. Windows color (decimal): -11306906 or 6715475. OLE color: 6715475.

HSL color Cylindrical-coordinate representation of color #537866: hue angle of 150.81º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537866 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 102 -
CMYK 0.31 0 0.15 0.53
HSL 150.81º 0.18% 0.4% -
HSV(B) 150.81º 0.31% 0.47% -
XYZ 12.68 16.23 15.03 -
YUV 106.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 83 120 102 0.31 0 0.15 0.53 150.81 0.18 0.4
Hex 53 78 66 1F 0 F 35 97 12 28
Octal 123 170 146 37 0 17 65 227 22 50
Binary 1010011 1111000 1100110 11111 0 1111 110101 10010111 10010 101000

Color Harmonies of #537866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537866

Black with #537866

Text Example


Text Example

White with #537866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537866; }

 p { color: rgb(83,120,102); }

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

background-color css

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

 a { background-color: rgb(83,120,102); }

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

border-color css

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

 span { border-color: rgb(83,120,102); }

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