Html Css Color HEX #5A718B Kashmir Blue

📋 copy color: '#5A718B'

red 90 ◦ green 113 ◦ blue 139

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

Shades of Kashmir Blue #5A718B

Tints of Kashmir Blue #5A718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 26.32%
G = 33.04%
B = 40.64%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A718B (or 0x5A718B) is known color: Kashmir Blue. HEX triplet: 5A, 71 and 8B. RGB value is (90,113,139). Sum of RGB (Red+Green+Blue) = 90+113+139=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A718B is #A58E74. Grayscale: #6C6C6C. Windows color (decimal): -10849909 or 9138522. OLE color: 9138522.

HSL color Cylindrical-coordinate representation of color #5A718B: hue angle of 211.84º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A718B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 113 139 -
CMYK 0.35 0.19 0 0.45
HSL 211.84º 0.21% 0.45% -
HSV(B) 211.84º 0.35% 0.55% -
XYZ 14.78 15.85 26.71 -
YUV 109.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 90 113 139 0.35 0.19 0 0.45 211.84 0.21 0.45
Hex 5A 71 8B 23 13 0 2D D4 15 2D
Octal 132 161 213 43 23 0 55 324 25 55
Binary 1011010 1110001 10001011 100011 10011 0 101101 11010100 10101 101101

Color Harmonies of #5A718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A718B

Black with #5A718B

Text Example


Text Example

White with #5A718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,139); }

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

background-color css

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

 a { background-color: rgb(90,113,139); }

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

border-color css

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

 span { border-color: rgb(90,113,139); }

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