Html Css Color HEX #516993 Kashmir Blue

📋 copy color: '#516993'

red 81 ◦ green 105 ◦ blue 147

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

Shades of Kashmir Blue #516993

Tints of Kashmir Blue #516993

RGB

 RED value IS 81 (32.03% from 255) = 24.32%

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 24.32%
G = 31.53%
B = 44.14%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516993 (or 0x516993) is known color: Kashmir Blue. HEX triplet: 51, 69 and 93. RGB value is (81,105,147). Sum of RGB (Red+Green+Blue) = 81+105+147=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #516993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516993 is #AE966C. Grayscale: #666666. Windows color (decimal): -11441773 or 9660753. OLE color: 9660753.

HSL color Cylindrical-coordinate representation of color #516993: hue angle of 218.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516993 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 105 147 -
CMYK 0.45 0.29 0 0.42
HSL 218.18º 0.29% 0.45% -
HSV(B) 218.18º 0.45% 0.58% -
XYZ 13.71 13.96 29.58 -
YUV 102.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 81 105 147 0.45 0.29 0 0.42 218.18 0.29 0.45
Hex 51 69 93 2D 1D 0 2A DA 1D 2D
Octal 121 151 223 55 35 0 52 332 35 55
Binary 1010001 1101001 10010011 101101 11101 0 101010 11011010 11101 101101

Color Harmonies of #516993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516993

Black with #516993

Text Example


Text Example

White with #516993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516993; }

 p { color: rgb(81,105,147); }

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

background-color css

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

 a { background-color: rgb(81,105,147); }

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

border-color css

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

 span { border-color: rgb(81,105,147); }

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