Html Css Color HEX #5E748E Kashmir Blue

📋 copy color: '#5E748E'

red 94 ◦ green 116 ◦ blue 142

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

Shades of Kashmir Blue #5E748E

Tints of Kashmir Blue #5E748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 26.7%
G = 32.95%
B = 40.34%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E748E (or 0x5E748E) is known color: Kashmir Blue. HEX triplet: 5E, 74 and 8E. RGB value is (94,116,142). Sum of RGB (Red+Green+Blue) = 94+116+142=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E748E is #A18B71. Grayscale: #707070. Windows color (decimal): -10586994 or 9335902. OLE color: 9335902.

HSL color Cylindrical-coordinate representation of color #5E748E: hue angle of 212.5º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E748E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 116 142 -
CMYK 0.34 0.18 0 0.44
HSL 212.5º 0.2% 0.46% -
HSV(B) 212.5º 0.34% 0.56% -
XYZ 15.74 16.82 28.01 -
YUV 112.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 94 116 142 0.34 0.18 0 0.44 212.5 0.2 0.46
Hex 5E 74 8E 22 12 0 2C D4 14 2E
Octal 136 164 216 42 22 0 54 324 24 56
Binary 1011110 1110100 10001110 100010 10010 0 101100 11010100 10100 101110

Color Harmonies of #5E748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E748E

Black with #5E748E

Text Example


Text Example

White with #5E748E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,142); }

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

background-color css

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

 a { background-color: rgb(94,116,142); }

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

border-color css

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

 span { border-color: rgb(94,116,142); }

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