Html Css Color HEX #5A708C Kashmir Blue

📋 copy color: '#5A708C'

red 90 ◦ green 112 ◦ blue 140

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

Shades of Kashmir Blue #5A708C

Tints of Kashmir Blue #5A708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 26.32%
G = 32.75%
B = 40.94%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A708C (or 0x5A708C) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 8C. RGB value is (90,112,140). Sum of RGB (Red+Green+Blue) = 90+112+140=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A708C is #A58F73. Grayscale: #6C6C6C. Windows color (decimal): -10850164 or 9203802. OLE color: 9203802.

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

Color convert

RGB 90 112 140 -
CMYK 0.36 0.20 0 0.45
HSL 213.6º 0.22% 0.45% -
HSV(B) 213.6º 0.36% 0.55% -
XYZ 14.74 15.66 27.06 -
YUV 108.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 90 112 140 0.36 0.20 0 0.45 213.6 0.22 0.45
Hex 5A 70 8C 24 14 0 2D D6 16 2D
Octal 132 160 214 44 24 0 55 326 26 55
Binary 1011010 1110000 10001100 100100 10100 0 101101 11010110 10110 101101

Color Harmonies of #5A708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A708C

Black with #5A708C

Text Example


Text Example

White with #5A708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,140); }

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

background-color css

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

 a { background-color: rgb(90,112,140); }

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

border-color css

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

 span { border-color: rgb(90,112,140); }

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