#5F738A

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

Shades of Kashmir Blue #5F738A

Tints of Kashmir Blue #5F738A

Color information

#5F738A (or 0x5F738A) is unknown color: approx Kashmir Blue. HEX triplet: 5F, 73 and 8A. RGB value is (95,115,138). Sum of RGB (Red+Green+Blue) = 95+115+138=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F738A is #A08C75. Grayscale: #6F6F6F. Windows color (decimal): -10521718 or 9073503. OLE color: 9073503.

HSL color Cylindrical-coordinate representation of color #5F738A: hue angle of 212.09º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F738A is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB95115138-
CMYK0.310.1700.46
HSL212.09º18.45%45.69%-
HSV(B)212.09º31.16%54.12%-
XYZ15.4416.5326.42-
YUV111.64142.87116.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=27.30%
G=33.05%
B=39.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal951151380.310.1700.46212.0918.4545.69
Hex5F738A1F1102Ed4122e
Octal13716321237210563242256
Binary1011111111001110001010111111000101011101101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,115,138); }

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

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

 a { background-color: rgb(95,115,138); }

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

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

 span { border-color: rgb(95,115,138); }

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