#5B758B

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

Shades of Kashmir Blue #5B758B

Tints of Kashmir Blue #5B758B

Color information

#5B758B (or 0x5B758B) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 75 and 8B. RGB value is (91,117,139). Sum of RGB (Red+Green+Blue) = 91+117+139=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #5B758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B758B is #A48A74. Grayscale: #6F6F6F. Windows color (decimal): -10783349 or 9139547. OLE color: 9139547.

HSL color Cylindrical-coordinate representation of color #5B758B: hue angle of 207.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B758B is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB91117139-
CMYK0.350.1600.45
HSL207.5º20.87%45.1%-
HSV(B)207.5º34.53%54.51%-
XYZ15.3416.8126.86-
YUV111.73143.39113.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=26.22%
G=33.72%
B=40.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal911171390.350.1600.45207.520.8745.1
Hex5B758B231002Dd0152d
Octal13316521343200553202555
Binary10110111110101100010111000111000001011011101000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,139); }

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

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

 a { background-color: rgb(91,117,139); }

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

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

 span { border-color: rgb(91,117,139); }

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