Html Css Color HEX #586D7A Bismark

📋 copy color: '#586D7A'

red 88 ◦ green 109 ◦ blue 122

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

Shades of Bismark #586D7A

Tints of Bismark #586D7A

RGB

 RED value IS 88 (34.77% from 255) = 27.59%

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 27.59%
G = 34.17%
B = 38.24%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#586D7A (or 0x586D7A) is known color: Bismark. HEX triplet: 58, 6D and 7A. RGB value is (88,109,122). Sum of RGB (Red+Green+Blue) = 88+109+122=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #586D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D7A is #A79285. Grayscale: #686868. Windows color (decimal): -10982022 or 8023384. OLE color: 8023384.

HSL color Cylindrical-coordinate representation of color #586D7A: hue angle of 202.94º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #586D7A is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 109 122 -
CMYK 0.28 0.11 0 0.52
HSL 202.94º 0.16% 0.41% -
HSV(B) 202.94º 0.28% 0.48% -
XYZ 13.01 14.42 20.51 -
YUV 104.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 88 109 122 0.28 0.11 0 0.52 202.94 0.16 0.41
Hex 58 6D 7A 1C B 0 34 CB 10 29
Octal 130 155 172 34 13 0 64 313 20 51
Binary 1011000 1101101 1111010 11100 1011 0 110100 11001011 10000 101001

Color Harmonies of #586D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D7A

Black with #586D7A

Text Example


Text Example

White with #586D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586D7A; }

 p { color: rgb(88,109,122); }

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

background-color css

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

 a { background-color: rgb(88,109,122); }

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

border-color css

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

 span { border-color: rgb(88,109,122); }

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