Html Css Color HEX #5A728E Kashmir Blue

📋 copy color: '#5A728E'

red 90 ◦ green 114 ◦ blue 142

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

Shades of Kashmir Blue #5A728E

Tints of Kashmir Blue #5A728E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 26.01%
G = 32.95%
B = 41.04%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A728E (or 0x5A728E) is known color: Kashmir Blue. HEX triplet: 5A, 72 and 8E. RGB value is (90,114,142). Sum of RGB (Red+Green+Blue) = 90+114+142=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A728E is #A58D71. Grayscale: #6D6D6D. Windows color (decimal): -10849650 or 9335386. OLE color: 9335386.

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

Color convert

RGB 90 114 142 -
CMYK 0.37 0.20 0 0.44
HSL 212.31º 0.22% 0.45% -
HSV(B) 212.31º 0.37% 0.56% -
XYZ 15.12 16.16 27.91 -
YUV 110.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 90 114 142 0.37 0.20 0 0.44 212.31 0.22 0.45
Hex 5A 72 8E 25 14 0 2C D4 16 2D
Octal 132 162 216 45 24 0 54 324 26 55
Binary 1011010 1110010 10001110 100101 10100 0 101100 11010100 10110 101101

Color Harmonies of #5A728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A728E

Black with #5A728E

Text Example


Text Example

White with #5A728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,142); }

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

background-color css

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

 a { background-color: rgb(90,114,142); }

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

border-color css

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

 span { border-color: rgb(90,114,142); }

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