Html Css Color HEX #566B75 Bismark

📋 copy color: '#566B75'

red 86 ◦ green 107 ◦ blue 117

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

Shades of Bismark #566B75

Tints of Bismark #566B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 27.74%
G = 34.52%
B = 37.74%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#566B75 (or 0x566B75) is known color: Bismark. HEX triplet: 56, 6B and 75. RGB value is (86,107,117). Sum of RGB (Red+Green+Blue) = 86+107+117=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #566B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B75 is #A9948A. Grayscale: #656565. Windows color (decimal): -11113611 or 7695190. OLE color: 7695190.

HSL color Cylindrical-coordinate representation of color #566B75: hue angle of 199.35º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #566B75 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 107 117 -
CMYK 0.26 0.09 0 0.54
HSL 199.35º 0.15% 0.4% -
HSV(B) 199.35º 0.26% 0.46% -
XYZ 12.31 13.78 18.84 -
YUV 101.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 86 107 117 0.26 0.09 0 0.54 199.35 0.15 0.4
Hex 56 6B 75 1A 9 0 36 C7 F 28
Octal 126 153 165 32 11 0 66 307 17 50
Binary 1010110 1101011 1110101 11010 1001 0 110110 11000111 1111 101000

Color Harmonies of #566B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B75

Black with #566B75

Text Example


Text Example

White with #566B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566B75; }

 p { color: rgb(86,107,117); }

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

background-color css

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

 a { background-color: rgb(86,107,117); }

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

border-color css

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

 span { border-color: rgb(86,107,117); }

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