Html Css Color HEX #51628C Kashmir Blue

📋 copy color: '#51628C'

red 81 ◦ green 98 ◦ blue 140

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

Shades of Kashmir Blue #51628C

Tints of Kashmir Blue #51628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 25.39%
G = 30.72%
B = 43.89%

CMYK

 C value IS 0.42

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51628C (or 0x51628C) is known color: Kashmir Blue. HEX triplet: 51, 62 and 8C. RGB value is (81,98,140). Sum of RGB (Red+Green+Blue) = 81+98+140=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #51628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51628C is #AE9D73. Grayscale: #616161. Windows color (decimal): -11443572 or 9200209. OLE color: 9200209.

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

Color convert

RGB 81 98 140 -
CMYK 0.42 0.3 0 0.45
HSL 222.71º 0.27% 0.43% -
HSV(B) 222.71º 0.42% 0.55% -
XYZ 12.49 12.38 26.54 -
YUV 97.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 81 98 140 0.42 0.3 0 0.45 222.71 0.27 0.43
Hex 51 62 8C 2A 1E 0 2D DF 1B 2B
Octal 121 142 214 52 36 0 55 337 33 53
Binary 1010001 1100010 10001100 101010 11110 0 101101 11011111 11011 101011

Color Harmonies of #51628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51628C

Black with #51628C

Text Example


Text Example

White with #51628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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