#51638E

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

Shades of Kashmir Blue #51638E

Tints of Kashmir Blue #51638E

Color information

#51638E (or 0x51638E) is unknown color: approx Kashmir Blue. HEX triplet: 51, 63 and 8E. RGB value is (81,99,142). Sum of RGB (Red+Green+Blue) = 81+99+142=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #51638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51638E is #AE9C71. Grayscale: #626262. Windows color (decimal): -11443314 or 9331537. OLE color: 9331537.

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

Color convert

RGB8199142-
CMYK0.430.3000.44
HSL222.3º27.35%43.73%-
HSV(B)222.3º42.96%55.69%-
XYZ12.7412.6327.36-
YUV98.52152.54115.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 99 (39.06% from 255) = 30.75%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=25.16%
G=30.75%
B=44.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81991420.430.3000.44222.327.3543.73
Hex51638E2B1E02Cde1b2c
Octal12114321653360543363354
Binary10100011100011100011101010111111001011001101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51638E; }

 p { color: rgb(81,99,142); }

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

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

 a { background-color: rgb(81,99,142); }

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

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

 span { border-color: rgb(81,99,142); }

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