#5B6F85

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

Shades of Kashmir Blue #5B6F85

Tints of Kashmir Blue #5B6F85

Color information

#5B6F85 (or 0x5B6F85) is unknown color: approx Kashmir Blue. HEX triplet: 5B, 6F and 85. RGB value is (91,111,133). Sum of RGB (Red+Green+Blue) = 91+111+133=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B6F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6F85 is #A4907A. Grayscale: #6B6B6B. Windows color (decimal): -10784891 or 8744795. OLE color: 8744795.

HSL color Cylindrical-coordinate representation of color #5B6F85: hue angle of 211.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 #5B6F85 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB91111133-
CMYK0.320.1700.48
HSL211.43º18.75%43.92%-
HSV(B)211.43º31.58%52.16%-
XYZ14.2315.2924.39-
YUV107.53142.37116.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.16%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=27.16%
G=33.13%
B=39.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal911111330.320.1700.48211.4318.7543.92
Hex5B6F852011030d3132c
Octal13315720540210603232354
Binary10110111101111100001011000001000101100001101001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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