Html Css Color HEX #51658B Kashmir Blue

📋 copy color: '#51658B'

red 81 ◦ green 101 ◦ blue 139

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

Shades of Kashmir Blue #51658B

Tints of Kashmir Blue #51658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 25.23%
G = 31.46%
B = 43.3%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51658B (or 0x51658B) is known color: Kashmir Blue. HEX triplet: 51, 65 and 8B. RGB value is (81,101,139). Sum of RGB (Red+Green+Blue) = 81+101+139=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #51658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658B is #AE9A74. Grayscale: #636363. Windows color (decimal): -11442805 or 9135441. OLE color: 9135441.

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

Color convert

RGB 81 101 139 -
CMYK 0.42 0.27 0 0.45
HSL 219.31º 0.26% 0.43% -
HSV(B) 219.31º 0.42% 0.55% -
XYZ 12.71 12.92 26.25 -
YUV 99.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 81 101 139 0.42 0.27 0 0.45 219.31 0.26 0.43
Hex 51 65 8B 2A 1B 0 2D DB 1A 2B
Octal 121 145 213 52 33 0 55 333 32 53
Binary 1010001 1100101 10001011 101010 11011 0 101101 11011011 11010 101011

Color Harmonies of #51658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51658B

Black with #51658B

Text Example


Text Example

White with #51658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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