Html Css Color HEX #5E697E Kashmir Blue

📋 copy color: '#5E697E'

red 94 ◦ green 105 ◦ blue 126

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

Shades of Kashmir Blue #5E697E

Tints of Kashmir Blue #5E697E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 28.92%
G = 32.31%
B = 38.77%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E697E (or 0x5E697E) is known color: Kashmir Blue. HEX triplet: 5E, 69 and 7E. RGB value is (94,105,126). Sum of RGB (Red+Green+Blue) = 94+105+126=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E697E is #A19681. Grayscale: #686868. Windows color (decimal): -10589826 or 8284510. OLE color: 8284510.

HSL color Cylindrical-coordinate representation of color #5E697E: hue angle of 219.38º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E697E is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 105 126 -
CMYK 0.25 0.17 0 0.51
HSL 219.38º 0.15% 0.43% -
HSV(B) 219.38º 0.25% 0.49% -
XYZ 13.43 13.99 21.73 -
YUV 104.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 94 105 126 0.25 0.17 0 0.51 219.38 0.15 0.43
Hex 5E 69 7E 19 11 0 33 DB F 2B
Octal 136 151 176 31 21 0 63 333 17 53
Binary 1011110 1101001 1111110 11001 10001 0 110011 11011011 1111 101011

Color Harmonies of #5E697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E697E

Black with #5E697E

Text Example


Text Example

White with #5E697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,105,126); }

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

background-color css

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

 a { background-color: rgb(94,105,126); }

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

border-color css

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

 span { border-color: rgb(94,105,126); }

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