Html Css Color HEX #5F6B81 Kashmir Blue

📋 copy color: '#5F6B81'

red 95 ◦ green 107 ◦ blue 129

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

Shades of Kashmir Blue #5F6B81

Tints of Kashmir Blue #5F6B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 28.7%
G = 32.33%
B = 38.97%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F6B81 (or 0x5F6B81) is known color: Kashmir Blue. HEX triplet: 5F, 6B and 81. RGB value is (95,107,129). Sum of RGB (Red+Green+Blue) = 95+107+129=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F6B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6B81 is #A0947E. Grayscale: #696969. Windows color (decimal): -10523775 or 8481631. OLE color: 8481631.

HSL color Cylindrical-coordinate representation of color #5F6B81: hue angle of 218.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F6B81 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 107 129 -
CMYK 0.26 0.17 0 0.49
HSL 218.82º 0.15% 0.44% -
HSV(B) 218.82º 0.26% 0.51% -
XYZ 13.94 14.53 22.84 -
YUV 105.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 95 107 129 0.26 0.17 0 0.49 218.82 0.15 0.44
Hex 5F 6B 81 1A 11 0 31 DB F 2C
Octal 137 153 201 32 21 0 61 333 17 54
Binary 1011111 1101011 10000001 11010 10001 0 110001 11011011 1111 101100

Color Harmonies of #5F6B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B81

Black with #5F6B81

Text Example


Text Example

White with #5F6B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,107,129); }

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

background-color css

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

 a { background-color: rgb(95,107,129); }

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

border-color css

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

 span { border-color: rgb(95,107,129); }

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