Html Css Color HEX #51618F Kashmir Blue

📋 copy color: '#51618F'

red 81 ◦ green 97 ◦ blue 143

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

Shades of Kashmir Blue #51618F

Tints of Kashmir Blue #51618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 25.23%
G = 30.22%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#51618F (or 0x51618F) is known color: Kashmir Blue. HEX triplet: 51, 61 and 8F. RGB value is (81,97,143). Sum of RGB (Red+Green+Blue) = 81+97+143=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #51618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51618F is #AE9E70. Grayscale: #616161. Windows color (decimal): -11443825 or 9396561. OLE color: 9396561.

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

Color convert

RGB 81 97 143 -
CMYK 0.43 0.32 0 0.44
HSL 224.52º 0.28% 0.44% -
HSV(B) 224.52º 0.43% 0.56% -
XYZ 12.63 12.28 27.69 -
YUV 97.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 81 97 143 0.43 0.32 0 0.44 224.52 0.28 0.44
Hex 51 61 8F 2B 20 0 2C E1 1C 2C
Octal 121 141 217 53 40 0 54 341 34 54
Binary 1010001 1100001 10001111 101011 100000 0 101100 11100001 11100 101100

Color Harmonies of #51618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51618F

Black with #51618F

Text Example


Text Example

White with #51618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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