Html Css Color HEX #5F577B Smoky

📋 copy color: '#5F577B'

red 95 ◦ green 87 ◦ blue 123

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

Shades of Smoky #5F577B

Tints of Smoky #5F577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 31.15%
G = 28.52%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5F577B (or 0x5F577B) is known color: Smoky. HEX triplet: 5F, 57 and 7B. RGB value is (95,87,123). Sum of RGB (Red+Green+Blue) = 95+87+123=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #5F577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F577B is #A0A884. Grayscale: #5D5D5D. Windows color (decimal): -10528901 or 8083295. OLE color: 8083295.

HSL color Cylindrical-coordinate representation of color #5F577B: hue angle of 253.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F577B is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 87 123 -
CMYK 0.23 0.29 0 0.52
HSL 253.33º 0.17% 0.41% -
HSV(B) 253.33º 0.29% 0.48% -
XYZ 11.7 10.68 20.18 -
YUV 93.5 144.65 129.07 -
System Red Green Blue C M Y K H S L
Decimal 95 87 123 0.23 0.29 0 0.52 253.33 0.17 0.41
Hex 5F 57 7B 17 1D 0 34 FD 11 29
Octal 137 127 173 27 35 0 64 375 21 51
Binary 1011111 1010111 1111011 10111 11101 0 110100 11111101 10001 101001

Color Harmonies of #5F577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F577B

Black with #5F577B

Text Example


Text Example

White with #5F577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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