Html Css Color HEX #5A7292 Kashmir Blue

📋 copy color: '#5A7292'

red 90 ◦ green 114 ◦ blue 146

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

Shades of Kashmir Blue #5A7292

Tints of Kashmir Blue #5A7292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.71%

R = 25.71%
G = 32.57%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A7292 (or 0x5A7292) is known color: Kashmir Blue. HEX triplet: 5A, 72 and 92. RGB value is (90,114,146). Sum of RGB (Red+Green+Blue) = 90+114+146=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A7292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7292 is #A58D6D. Grayscale: #6E6E6E. Windows color (decimal): -10849646 or 9597530. OLE color: 9597530.

HSL color Cylindrical-coordinate representation of color #5A7292: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7292 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 114 146 -
CMYK 0.38 0.22 0 0.43
HSL 214.29º 0.24% 0.46% -
HSV(B) 214.29º 0.38% 0.57% -
XYZ 15.42 16.28 29.52 -
YUV 110.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 90 114 146 0.38 0.22 0 0.43 214.29 0.24 0.46
Hex 5A 72 92 26 16 0 2B D6 18 2E
Octal 132 162 222 46 26 0 53 326 30 56
Binary 1011010 1110010 10010010 100110 10110 0 101011 11010110 11000 101110

Color Harmonies of #5A7292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7292

Black with #5A7292

Text Example


Text Example

White with #5A7292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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