Html Css Color HEX #51688B Kashmir Blue

📋 copy color: '#51688B'

red 81 ◦ green 104 ◦ blue 139

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

Shades of Kashmir Blue #51688B

Tints of Kashmir Blue #51688B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

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

R = 25%
G = 32.1%
B = 42.9%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51688B (or 0x51688B) is known color: Kashmir Blue. HEX triplet: 51, 68 and 8B. RGB value is (81,104,139). Sum of RGB (Red+Green+Blue) = 81+104+139=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #51688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51688B is #AE9774. Grayscale: #646464. Windows color (decimal): -11442037 or 9136209. OLE color: 9136209.

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

Color convert

RGB 81 104 139 -
CMYK 0.42 0.25 0 0.45
HSL 216.21º 0.26% 0.43% -
HSV(B) 216.21º 0.42% 0.55% -
XYZ 13 13.51 26.35 -
YUV 101.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 81 104 139 0.42 0.25 0 0.45 216.21 0.26 0.43
Hex 51 68 8B 2A 19 0 2D D8 1A 2B
Octal 121 150 213 52 31 0 55 330 32 53
Binary 1010001 1101000 10001011 101010 11001 0 101101 11011000 11010 101011

Color Harmonies of #51688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51688B

Black with #51688B

Text Example


Text Example

White with #51688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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