Html Css Color HEX #51618C Kashmir Blue

📋 copy color: '#51618C'

red 81 ◦ green 97 ◦ blue 140

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

Shades of Kashmir Blue #51618C

Tints of Kashmir Blue #51618C

RGB

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

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

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

R = 25.47%
G = 30.5%
B = 44.03%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51618C (or 0x51618C) is known color: Kashmir Blue. HEX triplet: 51, 61 and 8C. RGB value is (81,97,140). Sum of RGB (Red+Green+Blue) = 81+97+140=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #51618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51618C is #AE9E73. Grayscale: #606060. Windows color (decimal): -11443828 or 9199953. OLE color: 9199953.

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

Color convert

RGB 81 97 140 -
CMYK 0.42 0.31 0 0.45
HSL 223.73º 0.27% 0.43% -
HSV(B) 223.73º 0.42% 0.55% -
XYZ 12.4 12.19 26.51 -
YUV 97.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 81 97 140 0.42 0.31 0 0.45 223.73 0.27 0.43
Hex 51 61 8C 2A 1F 0 2D E0 1B 2B
Octal 121 141 214 52 37 0 55 340 33 53
Binary 1010001 1100001 10001100 101010 11111 0 101101 11100000 11011 101011

Color Harmonies of #51618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51618C

Black with #51618C

Text Example


Text Example

White with #51618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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