Html Css Color HEX #5A677C Kashmir Blue

📋 copy color: '#5A677C'

red 90 ◦ green 103 ◦ blue 124

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

Shades of Kashmir Blue #5A677C

Tints of Kashmir Blue #5A677C

RGB

 RED value IS 90 (35.55% from 255) = 28.39%

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 28.39%
G = 32.49%
B = 39.12%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A677C (or 0x5A677C) is known color: Kashmir Blue. HEX triplet: 5A, 67 and 7C. RGB value is (90,103,124). Sum of RGB (Red+Green+Blue) = 90+103+124=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A677C is #A59883. Grayscale: #656565. Windows color (decimal): -10852484 or 8152922. OLE color: 8152922.

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

Color convert

RGB 90 103 124 -
CMYK 0.27 0.17 0 0.51
HSL 217.06º 0.16% 0.42% -
HSV(B) 217.06º 0.27% 0.49% -
XYZ 12.7 13.33 20.97 -
YUV 101.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 90 103 124 0.27 0.17 0 0.51 217.06 0.16 0.42
Hex 5A 67 7C 1B 11 0 33 D9 10 2A
Octal 132 147 174 33 21 0 63 331 20 52
Binary 1011010 1100111 1111100 11011 10001 0 110011 11011001 10000 101010

Color Harmonies of #5A677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A677C

Black with #5A677C

Text Example


Text Example

White with #5A677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,124); }

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

background-color css

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

 a { background-color: rgb(90,103,124); }

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

border-color css

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

 span { border-color: rgb(90,103,124); }

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