Html Css Color HEX #516893 Kashmir Blue

📋 copy color: '#516893'

red 81 ◦ green 104 ◦ blue 147

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

Shades of Kashmir Blue #516893

Tints of Kashmir Blue #516893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

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

R = 24.4%
G = 31.33%
B = 44.28%

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

#516893 (or 0x516893) is known color: Kashmir Blue. HEX triplet: 51, 68 and 93. RGB value is (81,104,147). Sum of RGB (Red+Green+Blue) = 81+104+147=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #516893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516893 is #AE976C. Grayscale: #656565. Windows color (decimal): -11442029 or 9660497. OLE color: 9660497.

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

Color convert

RGB 81 104 147 -
CMYK 0.45 0.29 0 0.42
HSL 219.09º 0.29% 0.45% -
HSV(B) 219.09º 0.45% 0.58% -
XYZ 13.61 13.76 29.54 -
YUV 102.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 81 104 147 0.45 0.29 0 0.42 219.09 0.29 0.45
Hex 51 68 93 2D 1D 0 2A DB 1D 2D
Octal 121 150 223 55 35 0 52 333 35 55
Binary 1010001 1101000 10010011 101101 11101 0 101010 11011011 11101 101101

Color Harmonies of #516893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516893

Black with #516893

Text Example


Text Example

White with #516893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516893; }

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

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

background-color css

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

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

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

border-color css

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

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

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