Html Css Color HEX #51668B Kashmir Blue

📋 copy color: '#51668B'

red 81 ◦ green 102 ◦ blue 139

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

Shades of Kashmir Blue #51668B

Tints of Kashmir Blue #51668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 25.16%
G = 31.68%
B = 43.17%

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

#51668B (or 0x51668B) is known color: Kashmir Blue. HEX triplet: 51, 66 and 8B. RGB value is (81,102,139). Sum of RGB (Red+Green+Blue) = 81+102+139=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #51668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668B is #AE9974. Grayscale: #636363. Windows color (decimal): -11442549 or 9135697. OLE color: 9135697.

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

Color convert

RGB 81 102 139 -
CMYK 0.42 0.27 0 0.45
HSL 218.28º 0.26% 0.43% -
HSV(B) 218.28º 0.42% 0.55% -
XYZ 12.8 13.12 26.28 -
YUV 99.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 81 102 139 0.42 0.27 0 0.45 218.28 0.26 0.43
Hex 51 66 8B 2A 1B 0 2D DA 1A 2B
Octal 121 146 213 52 33 0 55 332 32 53
Binary 1010001 1100110 10001011 101010 11011 0 101101 11011010 11010 101011

Color Harmonies of #51668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51668B

Black with #51668B

Text Example


Text Example

White with #51668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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