Html Css Color HEX #5A7895 Kashmir Blue

📋 copy color: '#5A7895'

red 90 ◦ green 120 ◦ blue 149

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

Shades of Kashmir Blue #5A7895

Tints of Kashmir Blue #5A7895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 25.07%
G = 33.43%
B = 41.5%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A7895 (or 0x5A7895) is known color: Kashmir Blue. HEX triplet: 5A, 78 and 95. RGB value is (90,120,149). Sum of RGB (Red+Green+Blue) = 90+120+149=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A7895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7895 is #A5876A. Grayscale: #727272. Windows color (decimal): -10848107 or 9795674. OLE color: 9795674.

HSL color Cylindrical-coordinate representation of color #5A7895: hue angle of 209.49º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7895 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 120 149 -
CMYK 0.40 0.19 0 0.42
HSL 209.49º 0.25% 0.47% -
HSV(B) 209.49º 0.4% 0.58% -
XYZ 16.36 17.78 31 -
YUV 114.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 90 120 149 0.40 0.19 0 0.42 209.49 0.25 0.47
Hex 5A 78 95 28 13 0 2A D1 19 2F
Octal 132 170 225 50 23 0 52 321 31 57
Binary 1011010 1111000 10010101 101000 10011 0 101010 11010001 11001 101111

Color Harmonies of #5A7895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7895

Black with #5A7895

Text Example


Text Example

White with #5A7895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,120,149); }

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

background-color css

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

 a { background-color: rgb(90,120,149); }

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

border-color css

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

 span { border-color: rgb(90,120,149); }

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