#5A738C

Color #5A738C Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #5A738C

Tints of Kashmir Blue #5A738C

Color information

#5A738C (or 0x5A738C) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 73 and 8C. RGB value is (90,115,140). Sum of RGB (Red+Green+Blue) = 90+115+140=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A738C is #A58C73. Grayscale: #6E6E6E. Windows color (decimal): -10849396 or 9204570. OLE color: 9204570.

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

Color convert

RGB90115140-
CMYK0.360.1800.45
HSL210º21.74%45.1%-
HSV(B)210º35.71%54.9%-
XYZ15.0816.3327.17-
YUV110.38144.72113.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=26.09%
G=33.33%
B=40.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal901151400.360.1800.4521021.7445.1
Hex5A738C241202Dd2162d
Octal13216321444220553222655
Binary10110101110011100011001001001001001011011101001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A738C;
 }
 .AnyTagClassName
 {
   color: #5A738C;
 }
</style>
background-color css

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

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

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

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

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

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