#51658A

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

Shades of Kashmir Blue #51658A

Tints of Kashmir Blue #51658A

Color information

#51658A (or 0x51658A) is unknown color: approx Kashmir Blue. HEX triplet: 51, 65 and 8A. RGB value is (81,101,138). Sum of RGB (Red+Green+Blue) = 81+101+138=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #51658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658A is #AE9A75. Grayscale: #636363. Windows color (decimal): -11442806 or 9069905. OLE color: 9069905.

HSL color Cylindrical-coordinate representation of color #51658A: hue angle of 218.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51658A is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81101138-
CMYK0.410.2700.46
HSL218.95º26.03%42.94%-
HSV(B)218.95º41.3%54.12%-
XYZ12.6312.8925.87-
YUV99.24149.87114.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=25.31%
G=31.56%
B=43.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811011380.410.2700.46218.9526.0342.94
Hex51658A291B02Edb1a2b
Octal12114521251330563333253
Binary10100011100101100010101010011101101011101101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51658A; }

 p { color: rgb(81,101,138); }

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

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

 a { background-color: rgb(81,101,138); }

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

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

 span { border-color: rgb(81,101,138); }

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