Html Css Color HEX #516388 Kashmir Blue

📋 copy color: '#516388'

red 81 ◦ green 99 ◦ blue 136

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

Shades of Kashmir Blue #516388

Tints of Kashmir Blue #516388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 25.63%
G = 31.33%
B = 43.04%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516388 (or 0x516388) is known color: Kashmir Blue. HEX triplet: 51, 63 and 88. RGB value is (81,99,136). Sum of RGB (Red+Green+Blue) = 81+99+136=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #516388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516388 is #AE9C77. Grayscale: #616161. Windows color (decimal): -11443320 or 8938321. OLE color: 8938321.

HSL color Cylindrical-coordinate representation of color #516388: hue angle of 220.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #516388 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 99 136 -
CMYK 0.40 0.27 0 0.47
HSL 220.36º 0.25% 0.43% -
HSV(B) 220.36º 0.4% 0.53% -
XYZ 12.3 12.45 25.05 -
YUV 97.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 81 99 136 0.40 0.27 0 0.47 220.36 0.25 0.43
Hex 51 63 88 28 1B 0 2F DC 19 2B
Octal 121 143 210 50 33 0 57 334 31 53
Binary 1010001 1100011 10001000 101000 11011 0 101111 11011100 11001 101011

Color Harmonies of #516388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516388

Black with #516388

Text Example


Text Example

White with #516388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516388; }

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

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

background-color css

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

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

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

border-color css

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

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

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