#5B6783

Color #5B6783 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #5B6783

Tints of Kashmir Blue #5B6783

Color information

#5B6783 (or 0x5B6783) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 67 and 83. RGB value is (91,103,131). Sum of RGB (Red+Green+Blue) = 91+103+131=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B6783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6783 is #A4987C. Grayscale: #666666. Windows color (decimal): -10786941 or 8611675. OLE color: 8611675.

HSL color Cylindrical-coordinate representation of color #5B6783: hue angle of 222º 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 #5B6783 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB91103131-
CMYK0.310.2100.49
HSL222º18.02%43.53%-
HSV(B)222º30.53%51.37%-
XYZ13.2613.5623.39-
YUV102.6144.02119.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 131 (51.56% from 255) = 40.31%
R=28%
G=31.69%
B=40.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal911031310.310.2100.4922218.0243.53
Hex5B67831F15031de122c
Octal13314720337250613362254
Binary1011011110011110000011111111010101100011101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6783;
 }
 .AnyTagClassName
 {
   color: #5B6783;
 }
</style>
background-color css

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

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

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

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

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

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