Html Css Color HEX #51648A Kashmir Blue

📋 copy color: '#51648A'

red 81 ◦ green 100 ◦ blue 138

#51648A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #51648A

Tints of Kashmir Blue #51648A

RGB

 RED value IS 81 (32.03% from 255) = 25.39%

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 25.39%
G = 31.35%
B = 43.26%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#51648A (or 0x51648A) is known color: Kashmir Blue. HEX triplet: 51, 64 and 8A. RGB value is (81,100,138). Sum of RGB (Red+Green+Blue) = 81+100+138=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #51648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51648A is #AE9B75. Grayscale: #626262. Windows color (decimal): -11443062 or 9069649. OLE color: 9069649.

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

Color convert

RGB 81 100 138 -
CMYK 0.41 0.28 0 0.46
HSL 220º 0.26% 0.43% -
HSV(B) 220º 0.41% 0.54% -
XYZ 12.54 12.7 25.84 -
YUV 98.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 81 100 138 0.41 0.28 0 0.46 220 0.26 0.43
Hex 51 64 8A 29 1C 0 2E DC 1A 2B
Octal 121 144 212 51 34 0 56 334 32 53
Binary 1010001 1100100 10001010 101001 11100 0 101110 11011100 11010 101011

Color Harmonies of #51648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51648A

Black with #51648A

Text Example


Text Example

White with #51648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51648A;
 }
 .AnyTagClassName
 {
   color: #51648A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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