Html Css Color HEX #516C94 Kashmir Blue

📋 copy color: '#516C94'

red 81 ◦ green 108 ◦ blue 148

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

Shades of Kashmir Blue #516C94

Tints of Kashmir Blue #516C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 24.04%
G = 32.05%
B = 43.92%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#516C94 (or 0x516C94) is known color: Kashmir Blue. HEX triplet: 51, 6C and 94. RGB value is (81,108,148). Sum of RGB (Red+Green+Blue) = 81+108+148=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #516C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516C94 is #AE936B. Grayscale: #686868. Windows color (decimal): -11441004 or 9727057. OLE color: 9727057.

HSL color Cylindrical-coordinate representation of color #516C94: hue angle of 215.82º 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 #516C94 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 108 148 -
CMYK 0.45 0.27 0 0.42
HSL 215.82º 0.29% 0.45% -
HSV(B) 215.82º 0.45% 0.58% -
XYZ 14.1 14.61 30.09 -
YUV 104.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 81 108 148 0.45 0.27 0 0.42 215.82 0.29 0.45
Hex 51 6C 94 2D 1B 0 2A D8 1D 2D
Octal 121 154 224 55 33 0 52 330 35 55
Binary 1010001 1101100 10010100 101101 11011 0 101010 11011000 11101 101101

Color Harmonies of #516C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C94

Black with #516C94

Text Example


Text Example

White with #516C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C94; }

 p { color: rgb(81,108,148); }

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

background-color css

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

 a { background-color: rgb(81,108,148); }

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

border-color css

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

 span { border-color: rgb(81,108,148); }

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