#51618D

Color #51618D Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #51618D

Tints of Kashmir Blue #51618D

Color information

#51618D (or 0x51618D) is unknown color: approx Kashmir Blue. HEX triplet: 51, 61 and 8D. RGB value is (81,97,141). Sum of RGB (Red+Green+Blue) = 81+97+141=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #51618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51618D is #AE9E72. Grayscale: #616161. Windows color (decimal): -11443827 or 9265489. OLE color: 9265489.

HSL color Cylindrical-coordinate representation of color #51618D: hue angle of 224º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51618D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8197141-
CMYK0.430.3100.45
HSL224º27.03%43.53%-
HSV(B)224º42.55%55.29%-
XYZ12.4812.2226.9-
YUV97.23152.7116.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.39%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=25.39%
G=30.41%
B=44.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81971410.430.3100.4522427.0343.53
Hex51618D2B1F02De01b2c
Octal12114121553370553403354
Binary10100011100001100011011010111111101011011110000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51618D; }

 p { color: rgb(81,97,141); }

 H1.HeaderClassName
 {
   color: #51618D;
 }
 .AnyTagClassName
 {
   color: #51618D;
 }
</style>
background-color css

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

 a { background-color: rgb(81,97,141); }

 div.DivClassName
 {
   background-color: #51618D;
 }
 .BgClassName
 {
   background-color: #51618D;
 }
</style>
border-color css

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

 span { border-color: rgb(81,97,141); }

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