Html Css Color HEX #5C577B Smoky

📋 copy color: '#5C577B'

red 92 ◦ green 87 ◦ blue 123

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

Shades of Smoky #5C577B

Tints of Smoky #5C577B

RGB

 RED value IS 92 (36.33% from 255) = 30.46%

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

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

R = 30.46%
G = 28.81%
B = 40.73%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C577B (or 0x5C577B) is known color: Smoky. HEX triplet: 5C, 57 and 7B. RGB value is (92,87,123). Sum of RGB (Red+Green+Blue) = 92+87+123=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C577B is #A3A884. Grayscale: #5C5C5C. Windows color (decimal): -10725509 or 8083292. OLE color: 8083292.

HSL color Cylindrical-coordinate representation of color #5C577B: hue angle of 248.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 #5C577B is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 87 123 -
CMYK 0.25 0.29 0 0.52
HSL 248.33º 0.17% 0.41% -
HSV(B) 248.33º 0.29% 0.48% -
XYZ 11.4 10.52 20.17 -
YUV 92.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 92 87 123 0.25 0.29 0 0.52 248.33 0.17 0.41
Hex 5C 57 7B 19 1D 0 34 F8 11 29
Octal 134 127 173 31 35 0 64 370 21 51
Binary 1011100 1010111 1111011 11001 11101 0 110100 11111000 10001 101001

Color Harmonies of #5C577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C577B

Black with #5C577B

Text Example


Text Example

White with #5C577B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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