Html Css Color HEX #5A708B Kashmir Blue

📋 copy color: '#5A708B'

red 90 ◦ green 112 ◦ blue 139

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

Shades of Kashmir Blue #5A708B

Tints of Kashmir Blue #5A708B

RGB

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

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

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

R = 26.39%
G = 32.84%
B = 40.76%

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

#5A708B (or 0x5A708B) is known color: Kashmir Blue. HEX triplet: 5A, 70 and 8B. RGB value is (90,112,139). Sum of RGB (Red+Green+Blue) = 90+112+139=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A708B is #A58F74. Grayscale: #6C6C6C. Windows color (decimal): -10850165 or 9138266. OLE color: 9138266.

HSL color Cylindrical-coordinate representation of color #5A708B: hue angle of 213.06º 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 #5A708B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 112 139 -
CMYK 0.35 0.19 0 0.45
HSL 213.06º 0.21% 0.45% -
HSV(B) 213.06º 0.35% 0.55% -
XYZ 14.67 15.63 26.67 -
YUV 108.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 90 112 139 0.35 0.19 0 0.45 213.06 0.21 0.45
Hex 5A 70 8B 23 13 0 2D D5 15 2D
Octal 132 160 213 43 23 0 55 325 25 55
Binary 1011010 1110000 10001011 100011 10011 0 101101 11010101 10101 101101

Color Harmonies of #5A708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A708B

Black with #5A708B

Text Example


Text Example

White with #5A708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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