Html Css Color HEX #51668F Kashmir Blue

📋 copy color: '#51668F'

red 81 ◦ green 102 ◦ blue 143

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

Shades of Kashmir Blue #51668F

Tints of Kashmir Blue #51668F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

 BLUE value IS 143 (56.25% from 255) = 43.87%

R = 24.85%
G = 31.29%
B = 43.87%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51668F (or 0x51668F) is known color: Kashmir Blue. HEX triplet: 51, 66 and 8F. RGB value is (81,102,143). Sum of RGB (Red+Green+Blue) = 81+102+143=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #51668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51668F is #AE9970. Grayscale: #646464. Windows color (decimal): -11442545 or 9397841. OLE color: 9397841.

HSL color Cylindrical-coordinate representation of color #51668F: hue angle of 219.68º degrees, saturation: 0.28, 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 #51668F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 102 143 -
CMYK 0.43 0.29 0 0.44
HSL 219.68º 0.28% 0.44% -
HSV(B) 219.68º 0.43% 0.56% -
XYZ 13.1 13.24 27.85 -
YUV 100.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 81 102 143 0.43 0.29 0 0.44 219.68 0.28 0.44
Hex 51 66 8F 2B 1D 0 2C DC 1C 2C
Octal 121 146 217 53 35 0 54 334 34 54
Binary 1010001 1100110 10001111 101011 11101 0 101100 11011100 11100 101100

Color Harmonies of #51668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51668F

Black with #51668F

Text Example


Text Example

White with #51668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51668F; }

 p { color: rgb(81,102,143); }

 H1.HeaderClassName
 {
   color: #51668F;
 }
 .AnyTagClassName
 {
   color: #51668F;
 }
</style>

background-color css

<style>
 a { background-color: #51668F; }

 a { background-color: rgb(81,102,143); }

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

border-color css

<style>
 span { border-color: #51668F; }

 span { border-color: rgb(81,102,143); }

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