Html Css Color HEX #5E768E Kashmir Blue

📋 copy color: '#5E768E'

red 94 ◦ green 118 ◦ blue 142

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

Shades of Kashmir Blue #5E768E

Tints of Kashmir Blue #5E768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

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

R = 26.55%
G = 33.33%
B = 40.11%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E768E (or 0x5E768E) is known color: Kashmir Blue. HEX triplet: 5E, 76 and 8E. RGB value is (94,118,142). Sum of RGB (Red+Green+Blue) = 94+118+142=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E768E is #A18971. Grayscale: #717171. Windows color (decimal): -10586482 or 9336414. OLE color: 9336414.

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

Color convert

RGB 94 118 142 -
CMYK 0.34 0.17 0 0.44
HSL 210º 0.2% 0.46% -
HSV(B) 210º 0.34% 0.56% -
XYZ 15.98 17.29 28.09 -
YUV 113.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 94 118 142 0.34 0.17 0 0.44 210 0.2 0.46
Hex 5E 76 8E 22 11 0 2C D2 14 2E
Octal 136 166 216 42 21 0 54 322 24 56
Binary 1011110 1110110 10001110 100010 10001 0 101100 11010010 10100 101110

Color Harmonies of #5E768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E768E

Black with #5E768E

Text Example


Text Example

White with #5E768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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