Html Css Color HEX #5B657E Kashmir Blue

📋 copy color: '#5B657E'

red 91 ◦ green 101 ◦ blue 126

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

Shades of Kashmir Blue #5B657E

Tints of Kashmir Blue #5B657E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 126 (49.61% from 255) = 39.62%

R = 28.62%
G = 31.76%
B = 39.62%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B657E (or 0x5B657E) is known color: Kashmir Blue. HEX triplet: 5B, 65 and 7E. RGB value is (91,101,126). Sum of RGB (Red+Green+Blue) = 91+101+126=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B657E is #A49A81. Grayscale: #646464. Windows color (decimal): -10787458 or 8283483. OLE color: 8283483.

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

Color convert

RGB 91 101 126 -
CMYK 0.28 0.20 0 0.51
HSL 222.86º 0.16% 0.43% -
HSV(B) 222.86º 0.28% 0.49% -
XYZ 12.73 13.04 21.58 -
YUV 100.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 91 101 126 0.28 0.20 0 0.51 222.86 0.16 0.43
Hex 5B 65 7E 1C 14 0 33 DF 10 2B
Octal 133 145 176 34 24 0 63 337 20 53
Binary 1011011 1100101 1111110 11100 10100 0 110011 11011111 10000 101011

Color Harmonies of #5B657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B657E

Black with #5B657E

Text Example


Text Example

White with #5B657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,101,126); }

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

background-color css

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

 a { background-color: rgb(91,101,126); }

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

border-color css

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

 span { border-color: rgb(91,101,126); }

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