Html Css Color HEX #51638B Kashmir Blue

📋 copy color: '#51638B'

red 81 ◦ green 99 ◦ blue 139

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

Shades of Kashmir Blue #51638B

Tints of Kashmir Blue #51638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.03%

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

R = 25.39%
G = 31.03%
B = 43.57%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51638B (or 0x51638B) is known color: Kashmir Blue. HEX triplet: 51, 63 and 8B. RGB value is (81,99,139). Sum of RGB (Red+Green+Blue) = 81+99+139=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #51638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51638B is #AE9C74. Grayscale: #626262. Windows color (decimal): -11443317 or 9134929. OLE color: 9134929.

HSL color Cylindrical-coordinate representation of color #51638B: hue angle of 221.38º 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 #51638B is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 99 139 -
CMYK 0.42 0.29 0 0.45
HSL 221.38º 0.26% 0.43% -
HSV(B) 221.38º 0.42% 0.55% -
XYZ 12.52 12.54 26.19 -
YUV 98.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 81 99 139 0.42 0.29 0 0.45 221.38 0.26 0.43
Hex 51 63 8B 2A 1D 0 2D DD 1A 2B
Octal 121 143 213 52 35 0 55 335 32 53
Binary 1010001 1100011 10001011 101010 11101 0 101101 11011101 11010 101011

Color Harmonies of #51638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51638B

Black with #51638B

Text Example


Text Example

White with #51638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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