Html Css Color HEX #51688C Kashmir Blue

📋 copy color: '#51688C'

red 81 ◦ green 104 ◦ blue 140

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

Shades of Kashmir Blue #51688C

Tints of Kashmir Blue #51688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 24.92%
G = 32%
B = 43.08%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51688C (or 0x51688C) is known color: Kashmir Blue. HEX triplet: 51, 68 and 8C. RGB value is (81,104,140). Sum of RGB (Red+Green+Blue) = 81+104+140=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #51688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51688C is #AE9773. Grayscale: #656565. Windows color (decimal): -11442036 or 9201745. OLE color: 9201745.

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

Color convert

RGB 81 104 140 -
CMYK 0.42 0.26 0 0.45
HSL 216.61º 0.27% 0.43% -
HSV(B) 216.61º 0.42% 0.55% -
XYZ 13.08 13.54 26.74 -
YUV 101.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 81 104 140 0.42 0.26 0 0.45 216.61 0.27 0.43
Hex 51 68 8C 2A 1A 0 2D D9 1B 2B
Octal 121 150 214 52 32 0 55 331 33 53
Binary 1010001 1101000 10001100 101010 11010 0 101101 11011001 11011 101011

Color Harmonies of #51688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51688C

Black with #51688C

Text Example


Text Example

White with #51688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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