Html Css Color HEX #566C7B Bismark

📋 copy color: '#566C7B'

red 86 ◦ green 108 ◦ blue 123

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

Shades of Bismark #566C7B

Tints of Bismark #566C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 27.13%
G = 34.07%
B = 38.8%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#566C7B (or 0x566C7B) is known color: Bismark. HEX triplet: 56, 6C and 7B. RGB value is (86,108,123). Sum of RGB (Red+Green+Blue) = 86+108+123=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #566C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C7B is #A99384. Grayscale: #676767. Windows color (decimal): -11113349 or 8088662. OLE color: 8088662.

HSL color Cylindrical-coordinate representation of color #566C7B: hue angle of 204.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #566C7B is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 108 123 -
CMYK 0.30 0.12 0 0.52
HSL 204.32º 0.18% 0.41% -
HSV(B) 204.32º 0.3% 0.48% -
XYZ 12.78 14.13 20.79 -
YUV 103.13 139.21 115.78 -
System Red Green Blue C M Y K H S L
Decimal 86 108 123 0.30 0.12 0 0.52 204.32 0.18 0.41
Hex 56 6C 7B 1E C 0 34 CC 12 29
Octal 126 154 173 36 14 0 64 314 22 51
Binary 1010110 1101100 1111011 11110 1100 0 110100 11001100 10010 101001

Color Harmonies of #566C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C7B

Black with #566C7B

Text Example


Text Example

White with #566C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,108,123); }

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

background-color css

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

 a { background-color: rgb(86,108,123); }

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

border-color css

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

 span { border-color: rgb(86,108,123); }

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