Html Css Color HEX #5C687C Kashmir Blue

📋 copy color: '#5C687C'

red 92 ◦ green 104 ◦ blue 124

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

Shades of Kashmir Blue #5C687C

Tints of Kashmir Blue #5C687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 124 (48.83% from 255) = 38.75%

R = 28.75%
G = 32.5%
B = 38.75%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C687C (or 0x5C687C) is known color: Kashmir Blue. HEX triplet: 5C, 68 and 7C. RGB value is (92,104,124). Sum of RGB (Red+Green+Blue) = 92+104+124=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C687C is #A39783. Grayscale: #666666. Windows color (decimal): -10721156 or 8153180. OLE color: 8153180.

HSL color Cylindrical-coordinate representation of color #5C687C: hue angle of 217.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C687C is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 104 124 -
CMYK 0.26 0.16 0 0.51
HSL 217.5º 0.15% 0.42% -
HSV(B) 217.5º 0.26% 0.49% -
XYZ 13 13.63 21.01 -
YUV 102.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 92 104 124 0.26 0.16 0 0.51 217.5 0.15 0.42
Hex 5C 68 7C 1A 10 0 33 DA F 2A
Octal 134 150 174 32 20 0 63 332 17 52
Binary 1011100 1101000 1111100 11010 10000 0 110011 11011010 1111 101010

Color Harmonies of #5C687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C687C

Black with #5C687C

Text Example


Text Example

White with #5C687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,104,124); }

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

background-color css

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

 a { background-color: rgb(92,104,124); }

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

border-color css

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

 span { border-color: rgb(92,104,124); }

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