#5A738A

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

Shades of Kashmir Blue #5A738A

Tints of Kashmir Blue #5A738A

Color information

#5A738A (or 0x5A738A) is unknown color: approx Kashmir Blue. HEX triplet: 5A, 73 and 8A. RGB value is (90,115,138). Sum of RGB (Red+Green+Blue) = 90+115+138=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A738A is #A58C75. Grayscale: #6E6E6E. Windows color (decimal): -10849398 or 9073498. OLE color: 9073498.

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

Color convert

RGB90115138-
CMYK0.350.1700.46
HSL208.75º21.05%44.71%-
HSV(B)208.75º34.78%54.12%-
XYZ14.9316.2726.4-
YUV110.15143.72113.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.24%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=26.24%
G=33.53%
B=40.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal901151380.350.1700.46208.7521.0544.71
Hex5A738A231102Ed1152d
Octal13216321243210563212555
Binary10110101110011100010101000111000101011101101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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