Html Css Color HEX #566468 Smalt Blue

📋 copy color: '#566468'

red 86 ◦ green 100 ◦ blue 104

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

Shades of Smalt Blue #566468

Tints of Smalt Blue #566468

RGB

 RED value IS 86 (33.98% from 255) = 29.66%

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 104 (41.02% from 255) = 35.86%

R = 29.66%
G = 34.48%
B = 35.86%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#566468 (or 0x566468) is known color: Smalt Blue. HEX triplet: 56, 64 and 68. RGB value is (86,100,104). Sum of RGB (Red+Green+Blue) = 86+100+104=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #566468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566468 is #A99B97. Grayscale: #606060. Windows color (decimal): -11115416 or 6841430. OLE color: 6841430.

HSL color Cylindrical-coordinate representation of color #566468: hue angle of 193.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #566468 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 100 104 -
CMYK 0.17 0.04 0 0.59
HSL 193.33º 0.09% 0.37% -
HSV(B) 193.33º 0.17% 0.41% -
XYZ 10.89 12.09 14.86 -
YUV 96.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 86 100 104 0.17 0.04 0 0.59 193.33 0.09 0.37
Hex 56 64 68 11 4 0 3B C1 9 25
Octal 126 144 150 21 4 0 73 301 11 45
Binary 1010110 1100100 1101000 10001 100 0 111011 11000001 1001 100101

Color Harmonies of #566468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566468

Black with #566468

Text Example


Text Example

White with #566468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566468; }

 p { color: rgb(86,100,104); }

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

background-color css

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

 a { background-color: rgb(86,100,104); }

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

border-color css

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

 span { border-color: rgb(86,100,104); }

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