#51698F

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

Shades of Kashmir Blue #51698F

Tints of Kashmir Blue #51698F

Color information

#51698F (or 0x51698F) is unknown color: approx Kashmir Blue. HEX triplet: 51, 69 and 8F. RGB value is (81,105,143). Sum of RGB (Red+Green+Blue) = 81+105+143=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #51698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698F is #AE9670. Grayscale: #656565. Windows color (decimal): -11441777 or 9398609. OLE color: 9398609.

HSL color Cylindrical-coordinate representation of color #51698F: hue angle of 216.77º 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 #51698F is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81105143-
CMYK0.430.2700.44
HSL216.77º27.68%43.92%-
HSV(B)216.77º43.36%56.08%-
XYZ13.413.8427.95-
YUV102.16151.05112.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 143 (56.25% from 255) = 43.47%
R=24.62%
G=31.91%
B=43.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811051430.430.2700.44216.7727.6843.92
Hex51698F2B1B02Cd91c2c
Octal12115121753330543313454
Binary10100011101001100011111010111101101011001101100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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