Html Css Color HEX #516588 Kashmir Blue

📋 copy color: '#516588'

red 81 ◦ green 101 ◦ blue 136

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

Shades of Kashmir Blue #516588

Tints of Kashmir Blue #516588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 25.47%
G = 31.76%
B = 42.77%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516588 (or 0x516588) is known color: Kashmir Blue. HEX triplet: 51, 65 and 88. RGB value is (81,101,136). Sum of RGB (Red+Green+Blue) = 81+101+136=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #516588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516588 is #AE9A77. Grayscale: #626262. Windows color (decimal): -11442808 or 8938833. OLE color: 8938833.

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

Color convert

RGB 81 101 136 -
CMYK 0.40 0.26 0 0.47
HSL 218.18º 0.25% 0.43% -
HSV(B) 218.18º 0.4% 0.53% -
XYZ 12.49 12.83 25.11 -
YUV 99.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 81 101 136 0.40 0.26 0 0.47 218.18 0.25 0.43
Hex 51 65 88 28 1A 0 2F DA 19 2B
Octal 121 145 210 50 32 0 57 332 31 53
Binary 1010001 1100101 10001000 101000 11010 0 101111 11011010 11001 101011

Color Harmonies of #516588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516588

Black with #516588

Text Example


Text Example

White with #516588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516588; }

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

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

background-color css

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

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

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

border-color css

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

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

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