Html Css Color HEX #516383 Kashmir Blue

📋 copy color: '#516383'

red 81 ◦ green 99 ◦ blue 131

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

Shades of Kashmir Blue #516383

Tints of Kashmir Blue #516383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.83%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 26.05%
G = 31.83%
B = 42.12%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#516383 (or 0x516383) is known color: Kashmir Blue. HEX triplet: 51, 63 and 83. RGB value is (81,99,131). Sum of RGB (Red+Green+Blue) = 81+99+131=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #516383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516383 is #AE9C7C. Grayscale: #616161. Windows color (decimal): -11443325 or 8610641. OLE color: 8610641.

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

Color convert

RGB 81 99 131 -
CMYK 0.38 0.24 0 0.49
HSL 218.4º 0.24% 0.42% -
HSV(B) 218.4º 0.38% 0.51% -
XYZ 11.95 12.31 23.22 -
YUV 97.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 81 99 131 0.38 0.24 0 0.49 218.4 0.24 0.42
Hex 51 63 83 26 18 0 31 DA 18 2A
Octal 121 143 203 46 30 0 61 332 30 52
Binary 1010001 1100011 10000011 100110 11000 0 110001 11011010 11000 101010

Color Harmonies of #516383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516383

Black with #516383

Text Example


Text Example

White with #516383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516383; }

 p { color: rgb(81,99,131); }

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

background-color css

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

 a { background-color: rgb(81,99,131); }

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

border-color css

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

 span { border-color: rgb(81,99,131); }

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