Html Css Color HEX #5E677B Kashmir Blue

📋 copy color: '#5E677B'

red 94 ◦ green 103 ◦ blue 123

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

Shades of Kashmir Blue #5E677B

Tints of Kashmir Blue #5E677B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 29.38%
G = 32.19%
B = 38.44%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E677B (or 0x5E677B) is known color: Kashmir Blue. HEX triplet: 5E, 67 and 7B. RGB value is (94,103,123). Sum of RGB (Red+Green+Blue) = 94+103+123=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E677B is #A19884. Grayscale: #666666. Windows color (decimal): -10590341 or 8087390. OLE color: 8087390.

HSL color Cylindrical-coordinate representation of color #5E677B: hue angle of 221.38º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E677B is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 103 123 -
CMYK 0.24 0.16 0 0.52
HSL 221.38º 0.13% 0.43% -
HSV(B) 221.38º 0.24% 0.48% -
XYZ 13.04 13.51 20.66 -
YUV 102.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 94 103 123 0.24 0.16 0 0.52 221.38 0.13 0.43
Hex 5E 67 7B 18 10 0 34 DD D 2B
Octal 136 147 173 30 20 0 64 335 15 53
Binary 1011110 1100111 1111011 11000 10000 0 110100 11011101 1101 101011

Color Harmonies of #5E677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E677B

Black with #5E677B

Text Example


Text Example

White with #5E677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,103,123); }

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

background-color css

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

 a { background-color: rgb(94,103,123); }

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

border-color css

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

 span { border-color: rgb(94,103,123); }

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