Html Css Color HEX #5A718A Kashmir Blue

📋 copy color: '#5A718A'

red 90 ◦ green 113 ◦ blue 138

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

Shades of Kashmir Blue #5A718A

Tints of Kashmir Blue #5A718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 26.39%
G = 33.14%
B = 40.47%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A718A (or 0x5A718A) is known color: Kashmir Blue. HEX triplet: 5A, 71 and 8A. RGB value is (90,113,138). Sum of RGB (Red+Green+Blue) = 90+113+138=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A718A is #A58E75. Grayscale: #6C6C6C. Windows color (decimal): -10849910 or 9072986. OLE color: 9072986.

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

Color convert

RGB 90 113 138 -
CMYK 0.35 0.18 0 0.46
HSL 211.25º 0.21% 0.45% -
HSV(B) 211.25º 0.35% 0.54% -
XYZ 14.71 15.82 26.32 -
YUV 108.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 90 113 138 0.35 0.18 0 0.46 211.25 0.21 0.45
Hex 5A 71 8A 23 12 0 2E D3 15 2D
Octal 132 161 212 43 22 0 56 323 25 55
Binary 1011010 1110001 10001010 100011 10010 0 101110 11010011 10101 101101

Color Harmonies of #5A718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A718A

Black with #5A718A

Text Example


Text Example

White with #5A718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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