Html Css Color HEX #516284 Kashmir Blue

📋 copy color: '#516284'

red 81 ◦ green 98 ◦ blue 132

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

Shades of Kashmir Blue #516284

Tints of Kashmir Blue #516284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 26.05%
G = 31.51%
B = 42.44%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#516284 (or 0x516284) is known color: Kashmir Blue. HEX triplet: 51, 62 and 84. RGB value is (81,98,132). Sum of RGB (Red+Green+Blue) = 81+98+132=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #516284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516284 is #AE9D7B. Grayscale: #606060. Windows color (decimal): -11443580 or 8675921. OLE color: 8675921.

HSL color Cylindrical-coordinate representation of color #516284: hue angle of 220º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #516284 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 98 132 -
CMYK 0.39 0.26 0 0.48
HSL 220º 0.24% 0.42% -
HSV(B) 220º 0.39% 0.52% -
XYZ 11.93 12.15 23.55 -
YUV 96.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 81 98 132 0.39 0.26 0 0.48 220 0.24 0.42
Hex 51 62 84 27 1A 0 30 DC 18 2A
Octal 121 142 204 47 32 0 60 334 30 52
Binary 1010001 1100010 10000100 100111 11010 0 110000 11011100 11000 101010

Color Harmonies of #516284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516284

Black with #516284

Text Example


Text Example

White with #516284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516284; }

 p { color: rgb(81,98,132); }

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

background-color css

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

 a { background-color: rgb(81,98,132); }

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

border-color css

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

 span { border-color: rgb(81,98,132); }

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