Html Css Color HEX #5A697D Kashmir Blue

📋 copy color: '#5A697D'

red 90 ◦ green 105 ◦ blue 125

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

Shades of Kashmir Blue #5A697D

Tints of Kashmir Blue #5A697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 28.13%
G = 32.81%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A697D (or 0x5A697D) is known color: Kashmir Blue. HEX triplet: 5A, 69 and 7D. RGB value is (90,105,125). Sum of RGB (Red+Green+Blue) = 90+105+125=320 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.12% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A697D is #A59682. Grayscale: #666666. Windows color (decimal): -10851971 or 8218970. OLE color: 8218970.

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

Color convert

RGB 90 105 125 -
CMYK 0.28 0.16 0 0.51
HSL 214.29º 0.16% 0.42% -
HSV(B) 214.29º 0.28% 0.49% -
XYZ 12.97 13.76 21.37 -
YUV 102.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 90 105 125 0.28 0.16 0 0.51 214.29 0.16 0.42
Hex 5A 69 7D 1C 10 0 33 D6 10 2A
Octal 132 151 175 34 20 0 63 326 20 52
Binary 1011010 1101001 1111101 11100 10000 0 110011 11010110 10000 101010

Color Harmonies of #5A697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A697D

Black with #5A697D

Text Example


Text Example

White with #5A697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,105,125); }

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

background-color css

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

 a { background-color: rgb(90,105,125); }

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

border-color css

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

 span { border-color: rgb(90,105,125); }

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