Html Css Color HEX #51698E Kashmir Blue

📋 copy color: '#51698E'

red 81 ◦ green 105 ◦ blue 142

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

Shades of Kashmir Blue #51698E

Tints of Kashmir Blue #51698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 24.7%
G = 32.01%
B = 43.29%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51698E (or 0x51698E) is known color: Kashmir Blue. HEX triplet: 51, 69 and 8E. RGB value is (81,105,142). Sum of RGB (Red+Green+Blue) = 81+105+142=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #51698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51698E is #AE9671. Grayscale: #656565. Windows color (decimal): -11441778 or 9333073. OLE color: 9333073.

HSL color Cylindrical-coordinate representation of color #51698E: hue angle of 216.39º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51698E is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 105 142 -
CMYK 0.43 0.26 0 0.44
HSL 216.39º 0.27% 0.44% -
HSV(B) 216.39º 0.43% 0.56% -
XYZ 13.33 13.81 27.55 -
YUV 102.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 81 105 142 0.43 0.26 0 0.44 216.39 0.27 0.44
Hex 51 69 8E 2B 1A 0 2C D8 1B 2C
Octal 121 151 216 53 32 0 54 330 33 54
Binary 1010001 1101001 10001110 101011 11010 0 101100 11011000 11011 101100

Color Harmonies of #51698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51698E

Black with #51698E

Text Example


Text Example

White with #51698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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