Html Css Color HEX #5D6E81 Kashmir Blue

📋 copy color: '#5D6E81'

red 93 ◦ green 110 ◦ blue 129

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

Shades of Kashmir Blue #5D6E81

Tints of Kashmir Blue #5D6E81

RGB

 RED value IS 93 (36.72% from 255) = 28.01%

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 28.01%
G = 33.13%
B = 38.86%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5D6E81 (or 0x5D6E81) is known color: Kashmir Blue. HEX triplet: 5D, 6E and 81. RGB value is (93,110,129). Sum of RGB (Red+Green+Blue) = 93+110+129=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #5D6E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6E81 is #A2917E. Grayscale: #6A6A6A. Windows color (decimal): -10654079 or 8482397. OLE color: 8482397.

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

Color convert

RGB 93 110 129 -
CMYK 0.28 0.15 0 0.49
HSL 211.67º 0.16% 0.44% -
HSV(B) 211.67º 0.28% 0.51% -
XYZ 14.05 15.06 22.94 -
YUV 107.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 93 110 129 0.28 0.15 0 0.49 211.67 0.16 0.44
Hex 5D 6E 81 1C F 0 31 D4 10 2C
Octal 135 156 201 34 17 0 61 324 20 54
Binary 1011101 1101110 10000001 11100 1111 0 110001 11010100 10000 101100

Color Harmonies of #5D6E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6E81

Black with #5D6E81

Text Example


Text Example

White with #5D6E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,110,129); }

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

background-color css

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

 a { background-color: rgb(93,110,129); }

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

border-color css

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

 span { border-color: rgb(93,110,129); }

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