Html Css Color HEX #5E6D85 Kashmir Blue

📋 copy color: '#5E6D85'

red 94 ◦ green 109 ◦ blue 133

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

Shades of Kashmir Blue #5E6D85

Tints of Kashmir Blue #5E6D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 27.98%
G = 32.44%
B = 39.58%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E6D85 (or 0x5E6D85) is known color: Kashmir Blue. HEX triplet: 5E, 6D and 85. RGB value is (94,109,133). Sum of RGB (Red+Green+Blue) = 94+109+133=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6D85 is #A1927A. Grayscale: #6B6B6B. Windows color (decimal): -10588795 or 8744286. OLE color: 8744286.

HSL color Cylindrical-coordinate representation of color #5E6D85: hue angle of 216.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6D85 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 109 133 -
CMYK 0.29 0.18 0 0.48
HSL 216.92º 0.17% 0.45% -
HSV(B) 216.92º 0.29% 0.52% -
XYZ 14.32 15.01 24.33 -
YUV 107.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 94 109 133 0.29 0.18 0 0.48 216.92 0.17 0.45
Hex 5E 6D 85 1D 12 0 30 D9 11 2D
Octal 136 155 205 35 22 0 60 331 21 55
Binary 1011110 1101101 10000101 11101 10010 0 110000 11011001 10001 101101

Color Harmonies of #5E6D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6D85

Black with #5E6D85

Text Example


Text Example

White with #5E6D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,109,133); }

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

background-color css

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

 a { background-color: rgb(94,109,133); }

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

border-color css

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

 span { border-color: rgb(94,109,133); }

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