Html Css Color HEX #5B7290 Kashmir Blue

📋 copy color: '#5B7290'

red 91 ◦ green 114 ◦ blue 144

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

Shades of Kashmir Blue #5B7290

Tints of Kashmir Blue #5B7290

RGB

 RED value IS 91 (35.94% from 255) = 26.07%

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 26.07%
G = 32.66%
B = 41.26%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B7290 (or 0x5B7290) is known color: Kashmir Blue. HEX triplet: 5B, 72 and 90. RGB value is (91,114,144). Sum of RGB (Red+Green+Blue) = 91+114+144=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #5B7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7290 is #A48D6F. Grayscale: #6E6E6E. Windows color (decimal): -10784112 or 9466459. OLE color: 9466459.

HSL color Cylindrical-coordinate representation of color #5B7290: hue angle of 213.96º 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 #5B7290 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 114 144 -
CMYK 0.37 0.21 0 0.44
HSL 213.96º 0.23% 0.46% -
HSV(B) 213.96º 0.37% 0.56% -
XYZ 15.37 16.27 28.72 -
YUV 110.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 91 114 144 0.37 0.21 0 0.44 213.96 0.23 0.46
Hex 5B 72 90 25 15 0 2C D6 17 2E
Octal 133 162 220 45 25 0 54 326 27 56
Binary 1011011 1110010 10010000 100101 10101 0 101100 11010110 10111 101110

Color Harmonies of #5B7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7290

Black with #5B7290

Text Example


Text Example

White with #5B7290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,144); }

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

background-color css

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

 a { background-color: rgb(91,114,144); }

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

border-color css

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

 span { border-color: rgb(91,114,144); }

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