Html Css Color HEX #5F7184 Kashmir Blue

📋 copy color: '#5F7184'

red 95 ◦ green 113 ◦ blue 132

#5F7184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #5F7184

Tints of Kashmir Blue #5F7184

RGB

 RED value IS 95 (37.5% from 255) = 27.94%

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 27.94%
G = 33.24%
B = 38.82%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5F7184 (or 0x5F7184) is known color: Kashmir Blue. HEX triplet: 5F, 71 and 84. RGB value is (95,113,132). Sum of RGB (Red+Green+Blue) = 95+113+132=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F7184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7184 is #A08E7B. Grayscale: #6D6D6D. Windows color (decimal): -10522236 or 8679775. OLE color: 8679775.

HSL color Cylindrical-coordinate representation of color #5F7184: hue angle of 210.81º 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 #5F7184 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 95 113 132 -
CMYK 0.28 0.14 0 0.48
HSL 210.81º 0.16% 0.45% -
HSV(B) 210.81º 0.28% 0.52% -
XYZ 14.79 15.91 24.12 -
YUV 109.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 95 113 132 0.28 0.14 0 0.48 210.81 0.16 0.45
Hex 5F 71 84 1C E 0 30 D3 10 2D
Octal 137 161 204 34 16 0 60 323 20 55
Binary 1011111 1110001 10000100 11100 1110 0 110000 11010011 10000 101101

Color Harmonies of #5F7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7184

Black with #5F7184

Text Example


Text Example

White with #5F7184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F7184;
 }
 .AnyTagClassName
 {
   color: #5F7184;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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