Html Css Color HEX #5B677F Kashmir Blue

📋 copy color: '#5B677F'

red 91 ◦ green 103 ◦ blue 127

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

Shades of Kashmir Blue #5B677F

Tints of Kashmir Blue #5B677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

 BLUE value IS 127 (50% from 255) = 39.56%

R = 28.35%
G = 32.09%
B = 39.56%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B677F (or 0x5B677F) is known color: Kashmir Blue. HEX triplet: 5B, 67 and 7F. RGB value is (91,103,127). Sum of RGB (Red+Green+Blue) = 91+103+127=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B677F is #A49880. Grayscale: #666666. Windows color (decimal): -10786945 or 8349531. OLE color: 8349531.

HSL color Cylindrical-coordinate representation of color #5B677F: hue angle of 220º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B677F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 103 127 -
CMYK 0.28 0.19 0 0.50
HSL 220º 0.17% 0.43% -
HSV(B) 220º 0.28% 0.5% -
XYZ 13 13.46 21.99 -
YUV 102.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 91 103 127 0.28 0.19 0 0.50 220 0.17 0.43
Hex 5B 67 7F 1C 13 0 32 DC 11 2B
Octal 133 147 177 34 23 0 62 334 21 53
Binary 1011011 1100111 1111111 11100 10011 0 110010 11011100 10001 101011

Color Harmonies of #5B677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B677F

Black with #5B677F

Text Example


Text Example

White with #5B677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,103,127); }

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

background-color css

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

 a { background-color: rgb(91,103,127); }

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

border-color css

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

 span { border-color: rgb(91,103,127); }

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