Html Css Color HEX #556354 Nandor

📋 copy color: '#556354'

red 85 ◦ green 99 ◦ blue 84

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

Shades of Nandor #556354

Tints of Nandor #556354

RGB

 RED value IS 85 (33.59% from 255) = 31.72%

 GREEN value IS 99 (39.06% from 255) = 36.94%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 31.72%
G = 36.94%
B = 31.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#556354 (or 0x556354) is known color: Nandor. HEX triplet: 55, 63 and 54. RGB value is (85,99,84). Sum of RGB (Red+Green+Blue) = 85+99+84=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #556354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556354 is #AA9CAB. Grayscale: #5D5D5D. Windows color (decimal): -11181228 or 5530453. OLE color: 5530453.

HSL color Cylindrical-coordinate representation of color #556354: hue angle of 116º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556354 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 84 -
CMYK 0.14 0 0.15 0.61
HSL 116º 0.08% 0.36% -
HSV(B) 116º 0.15% 0.39% -
XYZ 9.81 11.5 10.09 -
YUV 93.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 85 99 84 0.14 0 0.15 0.61 116 0.08 0.36
Hex 55 63 54 E 0 F 3D 74 8 24
Octal 125 143 124 16 0 17 75 164 10 44
Binary 1010101 1100011 1010100 1110 0 1111 111101 1110100 1000 100100

Color Harmonies of #556354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556354

Black with #556354

Text Example


Text Example

White with #556354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556354; }

 p { color: rgb(85,99,84); }

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

background-color css

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

 a { background-color: rgb(85,99,84); }

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

border-color css

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

 span { border-color: rgb(85,99,84); }

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