Html Css Color HEX #51648B Kashmir Blue

📋 copy color: '#51648B'

red 81 ◦ green 100 ◦ blue 139

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

Shades of Kashmir Blue #51648B

Tints of Kashmir Blue #51648B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 25.31%
G = 31.25%
B = 43.44%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51648B (or 0x51648B) is known color: Kashmir Blue. HEX triplet: 51, 64 and 8B. RGB value is (81,100,139). Sum of RGB (Red+Green+Blue) = 81+100+139=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #51648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51648B is #AE9B74. Grayscale: #626262. Windows color (decimal): -11443061 or 9135185. OLE color: 9135185.

HSL color Cylindrical-coordinate representation of color #51648B: hue angle of 220.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51648B is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 100 139 -
CMYK 0.42 0.28 0 0.45
HSL 220.34º 0.26% 0.43% -
HSV(B) 220.34º 0.42% 0.55% -
XYZ 12.61 12.73 26.22 -
YUV 98.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 81 100 139 0.42 0.28 0 0.45 220.34 0.26 0.43
Hex 51 64 8B 2A 1C 0 2D DC 1A 2B
Octal 121 144 213 52 34 0 55 334 32 53
Binary 1010001 1100100 10001011 101010 11100 0 101101 11011100 11010 101011

Color Harmonies of #51648B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51648B

Black with #51648B

Text Example


Text Example

White with #51648B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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