Html Css Color HEX #5A7393 Kashmir Blue

📋 copy color: '#5A7393'

red 90 ◦ green 115 ◦ blue 147

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

Shades of Kashmir Blue #5A7393

Tints of Kashmir Blue #5A7393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.67%

 BLUE value IS 147 (57.81% from 255) = 41.76%

R = 25.57%
G = 32.67%
B = 41.76%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A7393 (or 0x5A7393) is known color: Kashmir Blue. HEX triplet: 5A, 73 and 93. RGB value is (90,115,147). Sum of RGB (Red+Green+Blue) = 90+115+147=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7393 is #A58C6C. Grayscale: #6F6F6F. Windows color (decimal): -10849389 or 9663322. OLE color: 9663322.

HSL color Cylindrical-coordinate representation of color #5A7393: hue angle of 213.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7393 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 115 147 -
CMYK 0.39 0.22 0 0.42
HSL 213.68º 0.24% 0.46% -
HSV(B) 213.68º 0.39% 0.58% -
XYZ 15.61 16.54 29.97 -
YUV 111.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 90 115 147 0.39 0.22 0 0.42 213.68 0.24 0.46
Hex 5A 73 93 27 16 0 2A D6 18 2E
Octal 132 163 223 47 26 0 52 326 30 56
Binary 1011010 1110011 10010011 100111 10110 0 101010 11010110 11000 101110

Color Harmonies of #5A7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7393

Black with #5A7393

Text Example


Text Example

White with #5A7393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,115,147); }

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

background-color css

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

 a { background-color: rgb(90,115,147); }

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

border-color css

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

 span { border-color: rgb(90,115,147); }

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