#5F758B

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

Shades of Kashmir Blue #5F758B

Tints of Kashmir Blue #5F758B

Color information

#5F758B (or 0x5F758B) is unknown color: approx Kashmir Blue. HEX triplet: 5F, 75 and 8B. RGB value is (95,117,139). Sum of RGB (Red+Green+Blue) = 95+117+139=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F758B is #A08A74. Grayscale: #707070. Windows color (decimal): -10521205 or 9139551. OLE color: 9139551.

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

Color convert

RGB95117139-
CMYK0.320.1600.45
HSL210º18.8%45.88%-
HSV(B)210º31.65%54.51%-
XYZ15.7417.0226.88-
YUV112.93142.71115.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.07%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=27.07%
G=33.33%
B=39.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951171390.320.1600.4521018.845.88
Hex5F758B201002Dd2132e
Octal13716521340200553222356
Binary10111111110101100010111000001000001011011101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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