Html Css Color HEX #5F697D Kashmir Blue

📋 copy color: '#5F697D'

red 95 ◦ green 105 ◦ blue 125

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

Shades of Kashmir Blue #5F697D

Tints of Kashmir Blue #5F697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 29.23%
G = 32.31%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5F697D (or 0x5F697D) is known color: Kashmir Blue. HEX triplet: 5F, 69 and 7D. RGB value is (95,105,125). Sum of RGB (Red+Green+Blue) = 95+105+125=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F697D is #A09682. Grayscale: #686868. Windows color (decimal): -10524291 or 8218975. OLE color: 8218975.

HSL color Cylindrical-coordinate representation of color #5F697D: hue angle of 220º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F697D is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 95 105 125 -
CMYK 0.24 0.16 0 0.51
HSL 220º 0.14% 0.43% -
HSV(B) 220º 0.24% 0.49% -
XYZ 13.47 14.02 21.4 -
YUV 104.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 95 105 125 0.24 0.16 0 0.51 220 0.14 0.43
Hex 5F 69 7D 18 10 0 33 DC E 2B
Octal 137 151 175 30 20 0 63 334 16 53
Binary 1011111 1101001 1111101 11000 10000 0 110011 11011100 1110 101011

Color Harmonies of #5F697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F697D

Black with #5F697D

Text Example


Text Example

White with #5F697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,105,125); }

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

background-color css

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

 a { background-color: rgb(95,105,125); }

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

border-color css

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

 span { border-color: rgb(95,105,125); }

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