Html Css Color HEX #516692 Kashmir Blue

📋 copy color: '#516692'

red 81 ◦ green 102 ◦ blue 146

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

Shades of Kashmir Blue #516692

Tints of Kashmir Blue #516692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31%

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 24.62%
G = 31%
B = 44.38%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#516692 (or 0x516692) is known color: Kashmir Blue. HEX triplet: 51, 66 and 92. RGB value is (81,102,146). Sum of RGB (Red+Green+Blue) = 81+102+146=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #516692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516692 is #AE996D. Grayscale: #646464. Windows color (decimal): -11442542 or 9594449. OLE color: 9594449.

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

Color convert

RGB 81 102 146 -
CMYK 0.45 0.30 0 0.43
HSL 220.62º 0.29% 0.45% -
HSV(B) 220.62º 0.45% 0.57% -
XYZ 13.33 13.33 29.06 -
YUV 100.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 81 102 146 0.45 0.30 0 0.43 220.62 0.29 0.45
Hex 51 66 92 2D 1E 0 2B DD 1D 2D
Octal 121 146 222 55 36 0 53 335 35 55
Binary 1010001 1100110 10010010 101101 11110 0 101011 11011101 11101 101101

Color Harmonies of #516692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516692

Black with #516692

Text Example


Text Example

White with #516692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516692; }

 p { color: rgb(81,102,146); }

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

background-color css

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

 a { background-color: rgb(81,102,146); }

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

border-color css

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

 span { border-color: rgb(81,102,146); }

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