Html Css Color HEX #51638F Kashmir Blue

📋 copy color: '#51638F'

red 81 ◦ green 99 ◦ blue 143

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

Shades of Kashmir Blue #51638F

Tints of Kashmir Blue #51638F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 25.08%
G = 30.65%
B = 44.27%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51638F (or 0x51638F) is known color: Kashmir Blue. HEX triplet: 51, 63 and 8F. RGB value is (81,99,143). Sum of RGB (Red+Green+Blue) = 81+99+143=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #51638F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51638F is #AE9C70. Grayscale: #626262. Windows color (decimal): -11443313 or 9397073. OLE color: 9397073.

HSL color Cylindrical-coordinate representation of color #51638F: hue angle of 222.58º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51638F is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 99 143 -
CMYK 0.43 0.31 0 0.44
HSL 222.58º 0.28% 0.44% -
HSV(B) 222.58º 0.43% 0.56% -
XYZ 12.81 12.66 27.75 -
YUV 98.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 81 99 143 0.43 0.31 0 0.44 222.58 0.28 0.44
Hex 51 63 8F 2B 1F 0 2C DF 1C 2C
Octal 121 143 217 53 37 0 54 337 34 54
Binary 1010001 1100011 10001111 101011 11111 0 101100 11011111 11100 101100

Color Harmonies of #51638F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51638F

Black with #51638F

Text Example


Text Example

White with #51638F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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