#5F7284

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

Shades of Kashmir Blue #5F7284

Tints of Kashmir Blue #5F7284

Color information

#5F7284 (or 0x5F7284) is unknown color: approx Kashmir Blue. HEX triplet: 5F, 72 and 84. RGB value is (95,114,132). Sum of RGB (Red+Green+Blue) = 95+114+132=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7284 is #A08D7B. Grayscale: #6E6E6E. Windows color (decimal): -10521980 or 8680031. OLE color: 8680031.

HSL color Cylindrical-coordinate representation of color #5F7284: hue angle of 209.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F7284 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95114132-
CMYK0.280.1400.48
HSL209.19º16.3%44.51%-
HSV(B)209.19º28.03%51.76%-
XYZ14.916.1324.16-
YUV110.37140.21117.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 114 (44.92% from 255) = 33.43%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=27.86%
G=33.43%
B=38.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951141320.280.1400.48209.1916.344.51
Hex5F72841CE030d1102d
Octal13716220434160603212055
Binary101111111100101000010011100111001100001101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,114,132); }

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

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

 a { background-color: rgb(95,114,132); }

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

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

 span { border-color: rgb(95,114,132); }

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