Html Css Color HEX #5F587B Smoky

📋 copy color: '#5F587B'

red 95 ◦ green 88 ◦ blue 123

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

Shades of Smoky #5F587B

Tints of Smoky #5F587B

RGB

 RED value IS 95 (37.5% from 255) = 31.05%

 GREEN value IS 88 (34.77% from 255) = 28.76%

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

R = 31.05%
G = 28.76%
B = 40.2%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F587B (or 0x5F587B) is known color: Smoky. HEX triplet: 5F, 58 and 7B. RGB value is (95,88,123). Sum of RGB (Red+Green+Blue) = 95+88+123=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F587B is #A0A784. Grayscale: #5D5D5D. Windows color (decimal): -10528645 or 8083551. OLE color: 8083551.

HSL color Cylindrical-coordinate representation of color #5F587B: hue angle of 252º degrees, saturation: 0.17, 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 #5F587B is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 88 123 -
CMYK 0.23 0.28 0 0.52
HSL 252º 0.17% 0.41% -
HSV(B) 252º 0.28% 0.48% -
XYZ 11.78 10.84 20.21 -
YUV 94.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 95 88 123 0.23 0.28 0 0.52 252 0.17 0.41
Hex 5F 58 7B 17 1C 0 34 FC 11 29
Octal 137 130 173 27 34 0 64 374 21 51
Binary 1011111 1011000 1111011 10111 11100 0 110100 11111100 10001 101001

Color Harmonies of #5F587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F587B

Black with #5F587B

Text Example


Text Example

White with #5F587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F587B; }

 p { color: rgb(95,88,123); }

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

background-color css

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

 a { background-color: rgb(95,88,123); }

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

border-color css

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

 span { border-color: rgb(95,88,123); }

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