Html Css Color HEX #51698A Kashmir Blue

📋 copy color: '#51698A'

red 81 ◦ green 105 ◦ blue 138

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

Shades of Kashmir Blue #51698A

Tints of Kashmir Blue #51698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 25%
G = 32.41%
B = 42.59%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#51698A (or 0x51698A) is known color: Kashmir Blue. HEX triplet: 51, 69 and 8A. RGB value is (81,105,138). Sum of RGB (Red+Green+Blue) = 81+105+138=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #51698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698A is #AE9675. Grayscale: #656565. Windows color (decimal): -11441782 or 9070929. OLE color: 9070929.

HSL color Cylindrical-coordinate representation of color #51698A: hue angle of 214.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51698A is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 105 138 -
CMYK 0.41 0.24 0 0.46
HSL 214.74º 0.26% 0.43% -
HSV(B) 214.74º 0.41% 0.54% -
XYZ 13.03 13.69 26 -
YUV 101.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 81 105 138 0.41 0.24 0 0.46 214.74 0.26 0.43
Hex 51 69 8A 29 18 0 2E D7 1A 2B
Octal 121 151 212 51 30 0 56 327 32 53
Binary 1010001 1101001 10001010 101001 11000 0 101110 11010111 11010 101011

Color Harmonies of #51698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51698A

Black with #51698A

Text Example


Text Example

White with #51698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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