Html Css Color HEX #5B758E Kashmir Blue

📋 copy color: '#5B758E'

red 91 ◦ green 117 ◦ blue 142

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

Shades of Kashmir Blue #5B758E

Tints of Kashmir Blue #5B758E

RGB

 RED value IS 91 (35.94% from 255) = 26%

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 142 (55.86% from 255) = 40.57%

R = 26%
G = 33.43%
B = 40.57%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5B758E (or 0x5B758E) is known color: Kashmir Blue. HEX triplet: 5B, 75 and 8E. RGB value is (91,117,142). Sum of RGB (Red+Green+Blue) = 91+117+142=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B758E is #A48A71. Grayscale: #6F6F6F. Windows color (decimal): -10783346 or 9336155. OLE color: 9336155.

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

Color convert

RGB 91 117 142 -
CMYK 0.36 0.18 0 0.44
HSL 209.41º 0.22% 0.46% -
HSV(B) 209.41º 0.36% 0.56% -
XYZ 15.56 16.9 28.03 -
YUV 112.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 91 117 142 0.36 0.18 0 0.44 209.41 0.22 0.46
Hex 5B 75 8E 24 12 0 2C D1 16 2E
Octal 133 165 216 44 22 0 54 321 26 56
Binary 1011011 1110101 10001110 100100 10010 0 101100 11010001 10110 101110

Color Harmonies of #5B758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B758E

Black with #5B758E

Text Example


Text Example

White with #5B758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,117,142); }

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

background-color css

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

 a { background-color: rgb(91,117,142); }

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

border-color css

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

 span { border-color: rgb(91,117,142); }

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