Html Css Color HEX #51698B Kashmir Blue

📋 copy color: '#51698B'

red 81 ◦ green 105 ◦ blue 139

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

Shades of Kashmir Blue #51698B

Tints of Kashmir Blue #51698B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.31%

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

R = 24.92%
G = 32.31%
B = 42.77%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51698B (or 0x51698B) is known color: Kashmir Blue. HEX triplet: 51, 69 and 8B. RGB value is (81,105,139). Sum of RGB (Red+Green+Blue) = 81+105+139=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #51698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698B is #AE9674. Grayscale: #656565. Windows color (decimal): -11441781 or 9136465. OLE color: 9136465.

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

Color convert

RGB 81 105 139 -
CMYK 0.42 0.24 0 0.45
HSL 215.17º 0.26% 0.43% -
HSV(B) 215.17º 0.42% 0.55% -
XYZ 13.11 13.72 26.38 -
YUV 101.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 81 105 139 0.42 0.24 0 0.45 215.17 0.26 0.43
Hex 51 69 8B 2A 18 0 2D D7 1A 2B
Octal 121 151 213 52 30 0 55 327 32 53
Binary 1010001 1101001 10001011 101010 11000 0 101101 11010111 11010 101011

Color Harmonies of #51698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51698B

Black with #51698B

Text Example


Text Example

White with #51698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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