Html Css Color HEX #516788 Kashmir Blue

📋 copy color: '#516788'

red 81 ◦ green 103 ◦ blue 136

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

Shades of Kashmir Blue #516788

Tints of Kashmir Blue #516788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 25.31%
G = 32.19%
B = 42.5%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516788 (or 0x516788) is known color: Kashmir Blue. HEX triplet: 51, 67 and 88. RGB value is (81,103,136). Sum of RGB (Red+Green+Blue) = 81+103+136=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #516788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516788 is #AE9877. Grayscale: #646464. Windows color (decimal): -11442296 or 8939345. OLE color: 8939345.

HSL color Cylindrical-coordinate representation of color #516788: hue angle of 216º 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 #516788 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 103 136 -
CMYK 0.40 0.24 0 0.47
HSL 216º 0.25% 0.43% -
HSV(B) 216º 0.4% 0.53% -
XYZ 12.69 13.23 25.18 -
YUV 100.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 81 103 136 0.40 0.24 0 0.47 216 0.25 0.43
Hex 51 67 88 28 18 0 2F D8 19 2B
Octal 121 147 210 50 30 0 57 330 31 53
Binary 1010001 1100111 10001000 101000 11000 0 101111 11011000 11001 101011

Color Harmonies of #516788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516788

Black with #516788

Text Example


Text Example

White with #516788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516788; }

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

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

background-color css

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

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

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

border-color css

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

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

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