Html Css Color HEX #516088 Kashmir Blue

📋 copy color: '#516088'

red 81 ◦ green 96 ◦ blue 136

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

Shades of Kashmir Blue #516088

Tints of Kashmir Blue #516088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 25.88%
G = 30.67%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#516088 (or 0x516088) is known color: Kashmir Blue. HEX triplet: 51, 60 and 88. RGB value is (81,96,136). Sum of RGB (Red+Green+Blue) = 81+96+136=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #516088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516088 is #AE9F77. Grayscale: #5F5F5F. Windows color (decimal): -11444088 or 8937553. OLE color: 8937553.

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

Color convert

RGB 81 96 136 -
CMYK 0.40 0.29 0 0.47
HSL 223.64º 0.25% 0.43% -
HSV(B) 223.64º 0.4% 0.53% -
XYZ 12.02 11.89 24.95 -
YUV 96.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 81 96 136 0.40 0.29 0 0.47 223.64 0.25 0.43
Hex 51 60 88 28 1D 0 2F E0 19 2B
Octal 121 140 210 50 35 0 57 340 31 53
Binary 1010001 1100000 10001000 101000 11101 0 101111 11100000 11001 101011

Color Harmonies of #516088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516088

Black with #516088

Text Example


Text Example

White with #516088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516088; }

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

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

background-color css

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

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

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

border-color css

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

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

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