Html Css Color HEX #5A7791 Kashmir Blue

📋 copy color: '#5A7791'

red 90 ◦ green 119 ◦ blue 145

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

Shades of Kashmir Blue #5A7791

Tints of Kashmir Blue #5A7791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 25.42%
G = 33.62%
B = 40.96%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A7791 (or 0x5A7791) is known color: Kashmir Blue. HEX triplet: 5A, 77 and 91. RGB value is (90,119,145). Sum of RGB (Red+Green+Blue) = 90+119+145=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A7791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7791 is #A5886E. Grayscale: #717171. Windows color (decimal): -10848367 or 9533274. OLE color: 9533274.

HSL color Cylindrical-coordinate representation of color #5A7791: hue angle of 208.36º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7791 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 119 145 -
CMYK 0.38 0.18 0 0.43
HSL 208.36º 0.23% 0.46% -
HSV(B) 208.36º 0.38% 0.57% -
XYZ 15.92 17.41 29.31 -
YUV 113.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 90 119 145 0.38 0.18 0 0.43 208.36 0.23 0.46
Hex 5A 77 91 26 12 0 2B D0 17 2E
Octal 132 167 221 46 22 0 53 320 27 56
Binary 1011010 1110111 10010001 100110 10010 0 101011 11010000 10111 101110

Color Harmonies of #5A7791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7791

Black with #5A7791

Text Example


Text Example

White with #5A7791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,145); }

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

background-color css

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

 a { background-color: rgb(90,119,145); }

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

border-color css

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

 span { border-color: rgb(90,119,145); }

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