#51618A

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

Shades of Kashmir Blue #51618A

Tints of Kashmir Blue #51618A

Color information

#51618A (or 0x51618A) is unknown color: approx Kashmir Blue. HEX triplet: 51, 61 and 8A. RGB value is (81,97,138). Sum of RGB (Red+Green+Blue) = 81+97+138=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #51618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51618A is #AE9E75. Grayscale: #606060. Windows color (decimal): -11443830 or 9068881. OLE color: 9068881.

HSL color Cylindrical-coordinate representation of color #51618A: hue angle of 223.16º 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 #51618A is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8197138-
CMYK0.410.3000.46
HSL223.16º26.03%42.94%-
HSV(B)223.16º41.3%54.12%-
XYZ12.2612.1325.74-
YUV96.89151.2116.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=25.63%
G=30.70%
B=43.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81971380.410.3000.46223.1626.0342.94
Hex51618A291E02Edf1a2b
Octal12114121251360563373253
Binary10100011100001100010101010011111001011101101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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