Html Css Color HEX #5D7890 Kashmir Blue

📋 copy color: '#5D7890'

red 93 ◦ green 120 ◦ blue 144

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

Shades of Kashmir Blue #5D7890

Tints of Kashmir Blue #5D7890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 26.05%
G = 33.61%
B = 40.34%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5D7890 (or 0x5D7890) is known color: Kashmir Blue. HEX triplet: 5D, 78 and 90. RGB value is (93,120,144). Sum of RGB (Red+Green+Blue) = 93+120+144=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7890 is #A2876F. Grayscale: #727272. Windows color (decimal): -10651504 or 9467997. OLE color: 9467997.

HSL color Cylindrical-coordinate representation of color #5D7890: hue angle of 208.24º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D7890 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 120 144 -
CMYK 0.35 0.17 0 0.44
HSL 208.24º 0.22% 0.46% -
HSV(B) 208.24º 0.35% 0.56% -
XYZ 16.26 17.77 28.96 -
YUV 114.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 93 120 144 0.35 0.17 0 0.44 208.24 0.22 0.46
Hex 5D 78 90 23 11 0 2C D0 16 2E
Octal 135 170 220 43 21 0 54 320 26 56
Binary 1011101 1111000 10010000 100011 10001 0 101100 11010000 10110 101110

Color Harmonies of #5D7890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7890

Black with #5D7890

Text Example


Text Example

White with #5D7890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,120,144); }

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

background-color css

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

 a { background-color: rgb(93,120,144); }

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

border-color css

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

 span { border-color: rgb(93,120,144); }

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