Html Css Color HEX #51658C Kashmir Blue

📋 copy color: '#51658C'

red 81 ◦ green 101 ◦ blue 140

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

Shades of Kashmir Blue #51658C

Tints of Kashmir Blue #51658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.48%

R = 25.16%
G = 31.37%
B = 43.48%

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

#51658C (or 0x51658C) is known color: Kashmir Blue. HEX triplet: 51, 65 and 8C. RGB value is (81,101,140). Sum of RGB (Red+Green+Blue) = 81+101+140=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #51658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51658C is #AE9A73. Grayscale: #636363. Windows color (decimal): -11442804 or 9200977. OLE color: 9200977.

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

Color convert

RGB 81 101 140 -
CMYK 0.42 0.28 0 0.45
HSL 219.66º 0.27% 0.43% -
HSV(B) 219.66º 0.42% 0.55% -
XYZ 12.78 12.95 26.64 -
YUV 99.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 81 101 140 0.42 0.28 0 0.45 219.66 0.27 0.43
Hex 51 65 8C 2A 1C 0 2D DC 1B 2B
Octal 121 145 214 52 34 0 55 334 33 53
Binary 1010001 1100101 10001100 101010 11100 0 101101 11011100 11011 101011

Color Harmonies of #51658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51658C

Black with #51658C

Text Example


Text Example

White with #51658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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