Html Css Color HEX #5B6885 Kashmir Blue

📋 copy color: '#5B6885'

red 91 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #5B6885

Tints of Kashmir Blue #5B6885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 133 (52.34% from 255) = 40.55%

R = 27.74%
G = 31.71%
B = 40.55%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B6885 (or 0x5B6885) is known color: Kashmir Blue. HEX triplet: 5B, 68 and 85. RGB value is (91,104,133). Sum of RGB (Red+Green+Blue) = 91+104+133=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B6885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6885 is #A4977A. Grayscale: #676767. Windows color (decimal): -10786683 or 8743003. OLE color: 8743003.

HSL color Cylindrical-coordinate representation of color #5B6885: hue angle of 221.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B6885 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 104 133 -
CMYK 0.32 0.22 0 0.48
HSL 221.43º 0.19% 0.44% -
HSV(B) 221.43º 0.32% 0.52% -
XYZ 13.5 13.82 24.15 -
YUV 103.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 91 104 133 0.32 0.22 0 0.48 221.43 0.19 0.44
Hex 5B 68 85 20 16 0 30 DD 13 2C
Octal 133 150 205 40 26 0 60 335 23 54
Binary 1011011 1101000 10000101 100000 10110 0 110000 11011101 10011 101100

Color Harmonies of #5B6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6885

Black with #5B6885

Text Example


Text Example

White with #5B6885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,104,133); }

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

background-color css

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

 a { background-color: rgb(91,104,133); }

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

border-color css

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

 span { border-color: rgb(91,104,133); }

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