Html Css Color HEX #5A758F Kashmir Blue

📋 copy color: '#5A758F'

red 90 ◦ green 117 ◦ blue 143

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

Shades of Kashmir Blue #5A758F

Tints of Kashmir Blue #5A758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 25.71%
G = 33.43%
B = 40.86%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A758F (or 0x5A758F) is known color: Kashmir Blue. HEX triplet: 5A, 75 and 8F. RGB value is (90,117,143). Sum of RGB (Red+Green+Blue) = 90+117+143=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A758F is #A58A70. Grayscale: #6F6F6F. Windows color (decimal): -10848881 or 9401690. OLE color: 9401690.

HSL color Cylindrical-coordinate representation of color #5A758F: hue angle of 209.43º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A758F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 117 143 -
CMYK 0.37 0.18 0 0.44
HSL 209.43º 0.23% 0.46% -
HSV(B) 209.43º 0.37% 0.56% -
XYZ 15.54 16.88 28.43 -
YUV 111.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 90 117 143 0.37 0.18 0 0.44 209.43 0.23 0.46
Hex 5A 75 8F 25 12 0 2C D1 17 2E
Octal 132 165 217 45 22 0 54 321 27 56
Binary 1011010 1110101 10001111 100101 10010 0 101100 11010001 10111 101110

Color Harmonies of #5A758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A758F

Black with #5A758F

Text Example


Text Example

White with #5A758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,117,143); }

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

background-color css

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

 a { background-color: rgb(90,117,143); }

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

border-color css

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

 span { border-color: rgb(90,117,143); }

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