Html Css Color HEX #51678C Kashmir Blue

📋 copy color: '#51678C'

red 81 ◦ green 103 ◦ blue 140

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

Shades of Kashmir Blue #51678C

Tints of Kashmir Blue #51678C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

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

R = 25%
G = 31.79%
B = 43.21%

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

#51678C (or 0x51678C) is known color: Kashmir Blue. HEX triplet: 51, 67 and 8C. RGB value is (81,103,140). Sum of RGB (Red+Green+Blue) = 81+103+140=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #51678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51678C is #AE9873. Grayscale: #646464. Windows color (decimal): -11442292 or 9201489. OLE color: 9201489.

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

Color convert

RGB 81 103 140 -
CMYK 0.42 0.26 0 0.45
HSL 217.63º 0.27% 0.43% -
HSV(B) 217.63º 0.42% 0.55% -
XYZ 12.98 13.34 26.7 -
YUV 100.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 81 103 140 0.42 0.26 0 0.45 217.63 0.27 0.43
Hex 51 67 8C 2A 1A 0 2D DA 1B 2B
Octal 121 147 214 52 32 0 55 332 33 53
Binary 1010001 1100111 10001100 101010 11010 0 101101 11011010 11011 101011

Color Harmonies of #51678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51678C

Black with #51678C

Text Example


Text Example

White with #51678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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