Html Css Color HEX #5B6683 Kashmir Blue

📋 copy color: '#5B6683'

red 91 ◦ green 102 ◦ blue 131

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

Shades of Kashmir Blue #5B6683

Tints of Kashmir Blue #5B6683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 28.09%
G = 31.48%
B = 40.43%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5B6683 (or 0x5B6683) is known color: Kashmir Blue. HEX triplet: 5B, 66 and 83. RGB value is (91,102,131). Sum of RGB (Red+Green+Blue) = 91+102+131=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B6683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6683 is #A4997C. Grayscale: #656565. Windows color (decimal): -10787197 or 8611419. OLE color: 8611419.

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

Color convert

RGB 91 102 131 -
CMYK 0.31 0.22 0 0.49
HSL 223.5º 0.18% 0.44% -
HSV(B) 223.5º 0.31% 0.51% -
XYZ 13.16 13.37 23.36 -
YUV 102.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 91 102 131 0.31 0.22 0 0.49 223.5 0.18 0.44
Hex 5B 66 83 1F 16 0 31 E0 12 2C
Octal 133 146 203 37 26 0 61 340 22 54
Binary 1011011 1100110 10000011 11111 10110 0 110001 11100000 10010 101100

Color Harmonies of #5B6683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6683

Black with #5B6683

Text Example


Text Example

White with #5B6683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,131); }

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

background-color css

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

 a { background-color: rgb(91,102,131); }

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

border-color css

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

 span { border-color: rgb(91,102,131); }

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