Html Css Color HEX #5E7790 Kashmir Blue

📋 copy color: '#5E7790'

red 94 ◦ green 119 ◦ blue 144

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

Shades of Kashmir Blue #5E7790

Tints of Kashmir Blue #5E7790

RGB

 RED value IS 94 (37.11% from 255) = 26.33%

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 26.33%
G = 33.33%
B = 40.34%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E7790 (or 0x5E7790) is known color: Kashmir Blue. HEX triplet: 5E, 77 and 90. RGB value is (94,119,144). Sum of RGB (Red+Green+Blue) = 94+119+144=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #5E7790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7790 is #A1886F. Grayscale: #727272. Windows color (decimal): -10586224 or 9467742. OLE color: 9467742.

HSL color Cylindrical-coordinate representation of color #5E7790: hue angle of 210º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7790 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 119 144 -
CMYK 0.35 0.17 0 0.44
HSL 210º 0.21% 0.47% -
HSV(B) 210º 0.35% 0.56% -
XYZ 16.25 17.59 28.92 -
YUV 114.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 94 119 144 0.35 0.17 0 0.44 210 0.21 0.47
Hex 5E 77 90 23 11 0 2C D2 15 2F
Octal 136 167 220 43 21 0 54 322 25 57
Binary 1011110 1110111 10010000 100011 10001 0 101100 11010010 10101 101111

Color Harmonies of #5E7790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7790

Black with #5E7790

Text Example


Text Example

White with #5E7790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,119,144); }

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

background-color css

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

 a { background-color: rgb(94,119,144); }

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

border-color css

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

 span { border-color: rgb(94,119,144); }

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