#51668F

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

Shades of Kashmir Blue #51668F

Tints of Kashmir Blue #51668F

Color information

#51668F (or 0x51668F) is unknown color: approx Kashmir Blue. HEX triplet: 51, 66 and 8F. RGB value is (81,102,143). Sum of RGB (Red+Green+Blue) = 81+102+143=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #51668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668F is #AE9970. Grayscale: #646464. Windows color (decimal): -11442545 or 9397841. OLE color: 9397841.

HSL color Cylindrical-coordinate representation of color #51668F: hue angle of 219.68º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51668F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81102143-
CMYK0.430.2900.44
HSL219.68º27.68%43.92%-
HSV(B)219.68º43.36%56.08%-
XYZ13.113.2427.85-
YUV100.39152.04114.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 143 (56.25% from 255) = 43.87%
R=24.85%
G=31.29%
B=43.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811021430.430.2900.44219.6827.6843.92
Hex51668F2B1D02Cdc1c2c
Octal12114621753350543343454
Binary10100011100110100011111010111110101011001101110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51668F; }

 p { color: rgb(81,102,143); }

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

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

 a { background-color: rgb(81,102,143); }

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

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

 span { border-color: rgb(81,102,143); }

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