Html Css Color HEX #5A657E Kashmir Blue

📋 copy color: '#5A657E'

red 90 ◦ green 101 ◦ blue 126

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

Shades of Kashmir Blue #5A657E

Tints of Kashmir Blue #5A657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 28.39%
G = 31.86%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A657E (or 0x5A657E) is known color: Kashmir Blue. HEX triplet: 5A, 65 and 7E. RGB value is (90,101,126). Sum of RGB (Red+Green+Blue) = 90+101+126=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A657E is #A59A81. Grayscale: #646464. Windows color (decimal): -10852994 or 8283482. OLE color: 8283482.

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

Color convert

RGB 90 101 126 -
CMYK 0.29 0.20 0 0.51
HSL 221.67º 0.17% 0.42% -
HSV(B) 221.67º 0.29% 0.49% -
XYZ 12.64 12.99 21.58 -
YUV 100.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 90 101 126 0.29 0.20 0 0.51 221.67 0.17 0.42
Hex 5A 65 7E 1D 14 0 33 DE 11 2A
Octal 132 145 176 35 24 0 63 336 21 52
Binary 1011010 1100101 1111110 11101 10100 0 110011 11011110 10001 101010

Color Harmonies of #5A657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A657E

Black with #5A657E

Text Example


Text Example

White with #5A657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,126); }

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

background-color css

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

 a { background-color: rgb(90,101,126); }

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

border-color css

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

 span { border-color: rgb(90,101,126); }

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